Skip to content

Commit 6fb4091

Browse files
ldezpull[bot]
authored andcommitted
dev: use matrix go version
1 parent a675852 commit 6fb4091

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .github/workflows/pr.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ jobs:
4242
# ex:
4343
# - 1.18beta1 -> 1.18.0-beta.1
4444
# - 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'
45+
go-version: ${{ env.GO_VERSION }}
4846
- name: lint
4947
uses: golangci/[email protected]
5048
with:

0 commit comments

Comments
 (0)