Fix golangci-lint workflow (#336)

This commit is contained in:
Ludovic Fernandez 2023-06-20 18:35:01 +02:00 committed by GitHub
parent a9b6eb1eb8
commit 2788b541c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,9 +10,9 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19.3
go-version: 1.20.x
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
version: v1.53.3