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 <[email protected]>
  • Loading branch information
crozzy committed Apr 30, 2024
1 parent 6eeb939 commit a1c7eb7
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 a1c7eb7

Please sign in to comment.