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 095e495 commit 1626fe4Copy full SHA for 1626fe4
.github/workflows/pr.yml
@@ -39,9 +39,7 @@ jobs:
39
# ex:
40
# - 1.18beta1 -> 1.18.0-beta.1
41
# - 1.18rc1 -> 1.18.0-rc.1
42
- # TODO(ldez) must be changed after the first release of golangci-lint with go1.23
43
- # go-version: ${{ env.GO_VERSION }}
44
- go-version: '1.22'
+ go-version: ${{ env.GO_VERSION }}
45
- name: lint
46
uses: golangci/golangci-lint-action@v6.1.0
47
with:
0 commit comments