Bump to golang 1.21.0, and bump all golang deps

This commit is contained in:
Joshua Casey
2023-08-29 16:54:38 -05:00
parent b14e86bb91
commit 5effb1a89b
5 changed files with 35 additions and 35 deletions

View File

@@ -15,7 +15,7 @@
# hidden behind a `GOEXPERIMENT=boringcrypto` env var.
# See https://go.googlesource.com/go/+/dev.boringcrypto/README.boringcrypto.md
# and https://kupczynski.info/posts/fips-golang/ for details.
FROM golang:1.20.7 as build-env
FROM golang:1.21.0 as build-env
WORKDIR /work
COPY . .