ci: updated golang version

This commit is contained in:
Marvin Zhang
2024-10-16 21:01:46 +08:00
parent 0898b344df
commit d552bb1c41

View File

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