Skip to content

Commit fd109b8

Browse files
authored
Merge pull request #570 from ovh/dev/aamstutz/fix-release-workflow
fix: Release workflow now uses go 1.21
2 parents d5cc938 + 93b8150 commit fd109b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: Set up Go
3131
uses: actions/setup-go@v2
3232
with:
33-
go-version: '1.20'
33+
go-version: '1.21'
3434
-
3535
name: Import GPG key
3636
id: import_gpg

0 commit comments

Comments
 (0)