CI: Run golangci-lint with Go 1.20

This commit is contained in:
Joachim Bauch 2023-03-06 09:52:24 +01:00
parent 4f94d35eb1
commit 149ea220a1
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-go@v3 - uses: actions/setup-go@v3
with: with:
go-version: "1.17" go-version: "1.20"
- id: go-cache-paths - id: go-cache-paths
run: | run: |