Update Go 1.22 -> 1.23
This commit is contained in:
parent
ed1b6d69ec
commit
626b7f9993
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# Use buildx for multi-architecture support
|
||||
FROM --platform=${BUILDPLATFORM} golang:1.22 AS builder
|
||||
FROM --platform=${BUILDPLATFORM} golang:1.23 AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue