ci: use go 1.21.9 and 1.22.2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Stage 1 (Build)
|
||||
FROM golang:1.21.8-alpine AS builder
|
||||
FROM golang:1.21.9-alpine AS builder
|
||||
|
||||
ARG VERSION
|
||||
RUN apk add --update --no-cache git make
|
||||
|
||||
Reference in New Issue
Block a user