fix(ci): increment go version for release pipeline

This commit is contained in:
RouxAntoine 2024-12-22 13:20:29 +01:00
parent 5526dd4aac
commit 6201514f4a
No known key found for this signature in database
GPG Key ID: 098FB66FC0475E70

View File

@ -26,7 +26,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.20'
go-version: '1.22'
- name: GoReleaser
uses: goreleaser/goreleaser-action@v2
with: