ci: updated golang version

This commit is contained in:
Marvin Zhang
2024-10-16 21:01:46 +08:00
parent 8015529557
commit 9995e0d9b1

View File

@@ -1,4 +1,4 @@
FROM golang:1.18 AS build
FROM golang:1.22 AS build
WORKDIR /go/src/app
COPY . .