Skip to content

Commit 6e7f0b2

Browse files
authored
dev: use Go1.20 to run tests with the latest golangci-lint version (#3540)
1 parent df6dc1e commit 6e7f0b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ jobs:
4141
# ex:
4242
# - 1.18beta1 -> 1.18.0-beta.1
4343
# - 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
44+
go-version: ${{ env.GO_VERSION }}
4745
- name: lint
4846
uses: golangci/[email protected]
4947
with:

0 commit comments

Comments
 (0)