Skip to content

Commit

Permalink
ci: update go to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
dadamu committed Jun 20, 2024
1 parent 1433573 commit 05cd22f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: "env.GIT_DIFF != ''"
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"

- name: Run lint ✅
if: "env.GIT_DIFF != ''"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Go 🧰
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"

- name: Compute diff 📜
uses: technote-space/[email protected]
Expand Down
1 change: 1 addition & 0 deletions node/local/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ func NewNode(config *Details, txConfig client.TxConfig, codec codec.Codec) (*Nod
return nil, err
}

//nolint: dogsled
csMetrics, _, _, smMetrics, proxyMetrics, _, _ := metricsProvider(genDoc.ChainID)

proxyApp := proxy.NewAppConns(clientCreator, proxyMetrics)
Expand Down

0 comments on commit 05cd22f

Please sign in to comment.