We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caaaddb commit ad14648Copy full SHA for ad14648
.github/workflows/golangci-lint.yml
@@ -14,11 +14,11 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-go@v5
16
with:
17
- go-version: "1.21"
+ go-version: "1.24"
18
- name: Vendor modules for later steps.
19
run: |
20
go mod vendor
21
- - uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
+ - uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
22
23
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
24
- version: v1.55
+ version: v1.64
0 commit comments