chore: update test workflow

This commit is contained in:
Fernandez Ludovic 2024-10-04 13:34:41 +02:00
parent 095e4952be
commit 1626fe46f0

View File

@ -39,9 +39,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.23
# go-version: ${{ env.GO_VERSION }}
go-version: '1.22'
go-version: ${{ env.GO_VERSION }}
- name: lint
uses: golangci/golangci-lint-action@v6.1.0
with: