Skip to content

Commit a16560c

Browse files
authored
Merge pull request #590 from CosmWasm/update-golangci-lint
Update Go and golangci-lint version in CI
2 parents 6480176 + 4881ea2 commit a16560c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/lint-go.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ jobs:
1717
name: lint
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3
21-
- uses: actions/setup-go@v4
20+
- uses: actions/checkout@v4
21+
- uses: actions/setup-go@v5
2222
with:
23-
go-version: '1.21.4'
23+
go-version: "1.23.4"
2424
cache: false
2525
- name: golangci-lint
26-
uses: golangci/golangci-lint-action@v3.6.0
26+
uses: golangci/golangci-lint-action@v6
2727
with:
2828
# Require: The version of golangci-lint to use.
2929
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
3030
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
31-
version: v1.56.2
31+
version: v1.62.2
3232

3333
# Optional: working directory, useful for monorepos
3434
# working-directory: somedir

0 commit comments

Comments
 (0)