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 df6dc1e commit 6e7f0b2Copy full SHA for 6e7f0b2
.github/workflows/pr.yml
@@ -41,9 +41,7 @@ jobs:
41
# ex:
42
# - 1.18beta1 -> 1.18.0-beta.1
43
# - 1.18rc1 -> 1.18.0-rc.1
44
- # TODO(ldez) must be changed after the first release of golangci-lint with go1.20
45
- # go-version: ${{ env.GO_VERSION }}
46
- go-version: 1.19
+ go-version: ${{ env.GO_VERSION }}
47
- name: lint
48
uses: golangci/golangci-lint-action@v3.4.0
49
with:
0 commit comments