multi: update to go 1.21

This commit is contained in:
jamaljsr 2023-10-31 10:30:09 -05:00
parent c5dfb74a22
commit 81850ca309
No known key found for this signature in database
GPG key ID: 8680860C961AD657
5 changed files with 46 additions and 4 deletions

View file

@ -35,7 +35,7 @@ RUN apk add --no-cache --update alpine-sdk \
# If you change this value, please also update:
# /dev.Dockerfile
# /.github/workflows/main.yml
FROM golang:1.19-alpine as golangbuilder
FROM golang:1.21-alpine as golangbuilder
# Instead of checking out from git again, we just copy the whole working
# directory of the previous stage that includes the generated static assets.