chore(deps): update golang docker tag to v1.24

This commit is contained in:
renovate[bot] 2025-02-24 02:29:08 +00:00 committed by Zoe Roux
parent 9b526461c6
commit bcdf99576c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.23 AS build
FROM golang:1.24 AS build
WORKDIR /app
RUN go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest

View File

@ -1,4 +1,4 @@
FROM golang:1.23 AS build
FROM golang:1.24 AS build
WORKDIR /app
RUN go install github.com/bokwoon95/wgo@latest