Bump golang version to 1.24 to match go.mod/go.sum changes

This commit is contained in:
Austin McKinley
2025-07-29 18:26:17 -07:00
parent ea226da275
commit d66bf87a9c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.23-bullseye AS build-env
FROM golang:1.24-bullseye AS build-env
WORKDIR /usr/src/social-app
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.23-bullseye AS build-env
FROM golang:1.24-bullseye AS build-env
WORKDIR /usr/src/social-app