Update golang Docker tag to v1.24

renovate/golang-1.x
renovate[bot] 2025-02-12 21:39:20 +00:00 committed by GitHub
parent a6481c8847
commit ea1317bdea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.22-alpine AS build
FROM golang:1.24-alpine AS build
WORKDIR /usr/src/icecon
COPY go.mod go.sum ./