Skip to content

Commit

Permalink
chore: update go version for release
Browse files Browse the repository at this point in the history
The go directive including the patch version is supported since go1.21,
this change updates the image used to build the release artifacts to
avoid failing due to an unsupported version.

Signed-off-by: crozzy <joseph.crosland@gmail.com>
  • Loading branch information
crozzy committed Apr 30, 2024
1 parent 7107883 commit 5dc73b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cut-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: 'ubuntu-latest'
strategy:
matrix:
image: ['quay.io/projectquay/golang:1.20']
image: ['quay.io/projectquay/golang:1.21']
container:
image: ${{ matrix.image }}
outputs:
Expand Down

0 comments on commit 5dc73b1

Please sign in to comment.