dev: use matrix go version

This commit is contained in:
Fernandez Ludovic 2024-02-07 17:59:27 +01:00
parent f6dc4d9617
commit 3d3a0bc103

View File

@ -42,9 +42,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.22
# go-version: ${{ env.GO_VERSION }}
go-version: '1.21'
go-version: ${{ env.GO_VERSION }}
- name: lint
uses: golangci/golangci-lint-action@v3.7.0
with: