Use golang 1.20 in all places
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2024-03-02 21:41:44 +01:00
commit 3b2cbc4727
7 changed files with 25 additions and 27 deletions

View file

@ -1,4 +1,4 @@
ARG GO_VERSION=1.18.3
ARG GO_VERSION=1.20.14
FROM amd64/golang:$GO_VERSION-alpine AS build

View file

@ -1,4 +1,4 @@
ARG GO_VERSION=1.18.3
ARG GO_VERSION=1.20.14
FROM arm32v6/golang:$GO_VERSION-alpine AS build

View file

@ -1,4 +1,4 @@
ARG GO_VERSION=1.18.3
ARG GO_VERSION=1.20.14
FROM arm64v8/golang:$GO_VERSION-alpine AS build