update go.mod

This commit is contained in:
ginuerzh
2024-04-25 21:50:49 +08:00
parent 9ab142ac99
commit 60389894c0
4 changed files with 73 additions and 59 deletions

View File

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.21-alpine as builder
FROM --platform=$BUILDPLATFORM golang:1.22-alpine as builder
# Convert TARGETPLATFORM to GOARCH format
# https://github.com/tonistiigi/xx