Update golang Docker tag to v1.24

This commit is contained in:
Kasper Juul Hermansen 2025-02-13 02:13:02 +00:00
parent 312394af74
commit b15eaa7c7f
2 changed files with 2 additions and 2 deletions
services
db/migrations
entry

@ -1,4 +1,4 @@
FROM golang:1.23-bullseye
FROM golang:1.24-bullseye
RUN go install github.com/jackc/tern@latest

@ -1,4 +1,4 @@
FROM golang:1.23-bullseye
FROM golang:1.24-bullseye
RUN go install github.com/cosmtrek/air@latest
# Development don't need this