We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6dc4d9 commit 3d3a0bcCopy full SHA for 3d3a0bc
.github/workflows/pr.yml
@@ -42,9 +42,7 @@ jobs:
42
# ex:
43
# - 1.18beta1 -> 1.18.0-beta.1
44
# - 1.18rc1 -> 1.18.0-rc.1
45
- # TODO(ldez) must be changed after the first release of golangci-lint with go1.22
46
- # go-version: ${{ env.GO_VERSION }}
47
- go-version: '1.21'
+ go-version: ${{ env.GO_VERSION }}
48
- name: lint
49
uses: golangci/golangci-lint-action@v3.7.0
50
with:
0 commit comments