Update golang toolchain to 1.24 and clean imports

This commit is contained in:
Austin McKinley
2025-07-30 10:26:10 -07:00
parent ea226da275
commit 2d23d821d3
5 changed files with 67 additions and 65 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