We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad2379 commit a317c44Copy full SHA for a317c44
.github/workflows/golangci-lint.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
19
with:
20
- go-version: '1.22.x'
+ go-version: '1.24.x'
21
cache: false
22
- name: golangci-lint
23
uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6
0 commit comments