From 13efead9607bddaf9a65a3108a7469e11984f0d4 Mon Sep 17 00:00:00 2001 From: Goren G Date: Thu, 10 Aug 2023 16:46:28 +0800 Subject: [PATCH] feat: bump golang version to v1.21.0 Signed-off-by: Goren G --- .github/workflows/builder.yml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 566701b..630e9a6 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -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' diff --git a/Dockerfile b/Dockerfile index e503db6..6758b31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" LABEL org.opencontainers.image.source https://github.com/gythialy/golang-cross