Build with Go 1.21

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2023-08-10 15:04:03 +03:00
parent 3a7d4d1544
commit 29dd482f49
5 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
go-version: 1.21.x
- name: Setup Helm
uses: azure/setup-helm@v3
with:

View File

@@ -27,7 +27,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
go-version: 1.21.x
- name: Setup kubectl
uses: azure/setup-kubectl@v3
with:

View File

@@ -1,4 +1,4 @@
FROM golang:1.20-alpine as builder
FROM golang:1.21-alpine as builder
ARG REVISION

View File

@@ -1,4 +1,4 @@
FROM golang:1.20
FROM golang:1.21
WORKDIR /workspace

View File

@@ -1,4 +1,4 @@
ARG GO_VERSION=1.20
ARG GO_VERSION=1.21
ARG XX_VERSION=1.2.0
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx