Skip to content

Commit 5afb30e

Browse files
committed
fix: use go1.19 for the tests of the previous version of golangci-lint
1 parent 3863e55 commit 5afb30e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
# ex:
4242
# - 1.18beta1 -> 1.18.0-beta.1
4343
# - 1.18rc1 -> 1.18.0-rc.1
44-
go-version: ${{ env.GO_VERSION }}
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
4547
- name: lint
4648
uses: golangci/golangci-lint-action@v3.4.0
4749
with:

0 commit comments

Comments
 (0)