Bump golang up to 1.23
All checks were successful
Test Pull Requests / Build Image (pull_request) Successful in 4m24s
Test Pull Requests / Notify (pull_request) Successful in 6s

This commit is contained in:
MrMeeb 2024-09-28 16:35:22 +00:00
parent 6fc4f4d23c
commit 0583034ef9

View File

@ -1,4 +1,4 @@
FROM golang:1.22-alpine3.18 as builder
FROM golang:1.23-alpine3.20 as builder
# Do not remove `git` here, it is required for getting runner version when executing `make build`
RUN apk add --no-cache make git