Skip to content

Commit

Permalink
feat: bump golang version to v1.21.0
Browse files Browse the repository at this point in the history
Signed-off-by: Goren G <[email protected]>
  • Loading branch information
gythialy committed Aug 10, 2023
1 parent 2e1febe commit 13efead
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
inputs:
builder-tag:
description: golang cross builder tag name
default: v1.20.7-0
default: v1.21.0-0
golang-version:
description: golang version
default: '1.20.7'
default: '1.21.0'
osxcross-git-hash:
description: git commit hash of osx-cross project
default: '50e86ebca7d14372febd0af8cd098705049161b9'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/gythialy/golang-cross-builder:v1.20.6-0
FROM ghcr.io/gythialy/golang-cross-builder:v1.21.0-0

LABEL maintainer="Goren G<[email protected]>"
LABEL org.opencontainers.image.source https://github.com/gythialy/golang-cross
Expand Down

0 comments on commit 13efead

Please sign in to comment.