dev: use Go1.20 to run tests with the latest golangci-lint version (#3540)

This commit is contained in:
Koya IWAMURA 2023-02-02 20:26:01 +09:00 committed by GitHub
parent df6dc1eaec
commit 6e7f0b20fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,9 +41,7 @@ jobs:
# ex:
# - 1.18beta1 -> 1.18.0-beta.1
# - 1.18rc1 -> 1.18.0-rc.1
# TODO(ldez) must be changed after the first release of golangci-lint with go1.20
# go-version: ${{ env.GO_VERSION }}
go-version: 1.19
go-version: ${{ env.GO_VERSION }}
- name: lint
uses: golangci/golangci-lint-action@v3.4.0
with: