Skip to content

Commit 1626fe4

Browse files
committed
chore: update test workflow
1 parent 095e495 commit 1626fe4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pr.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ jobs:
3939
# ex:
4040
# - 1.18beta1 -> 1.18.0-beta.1
4141
# - 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'
42+
go-version: ${{ env.GO_VERSION }}
4543
- name: lint
4644
uses: golangci/[email protected]
4745
with:

0 commit comments

Comments
 (0)