Skip to content

Commit

Permalink
Update go version in the release pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Makhov <amakhov@mirantis.com>
  • Loading branch information
makhov committed Oct 13, 2023
1 parent 54fc44a commit d6dda80
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 d6dda80

Please sign in to comment.