Skip to content

Commit

Permalink
Merge pull request k0sproject#300 from makhov/release-pipeline-go-ver…
Browse files Browse the repository at this point in the history
…sion

Update go version in the release pipeline
  • Loading branch information
makhov authored Oct 13, 2023
2 parents 54fc44a + d6dda80 commit 0c55ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: docker/build-push-action@v5
with:
build-args: |
BUILD_IMG=golang:1.20.4
BUILD_IMG=golang:1.21.3
context: .
platforms: linux/amd64,linux/arm64
tags: |
Expand Down

0 comments on commit 0c55ade

Please sign in to comment.