chore(deps): update Go version to 1.24 in Dockerfile and go.mod

This commit is contained in:
Dmytro Bondar 2025-03-04 08:43:50 +01:00
parent 47c15b4066
commit b6f73ad65d
No known key found for this signature in database
GPG Key ID: 4683D85AB1DD2EA9
2 changed files with 2 additions and 3 deletions

View File

@ -20,7 +20,7 @@ RUN npm run build
######
# Build backend
######
FROM --platform=${BUILDPLATFORM} golang:1.23-alpine AS builder
FROM --platform=${BUILDPLATFORM} golang:1.24-alpine AS builder
# Set the working directory
WORKDIR /build
# Download dependencies

3
go.mod
View File

@ -1,7 +1,6 @@
module github.com/h44z/wg-portal
go 1.23
toolchain go1.24.0
go 1.24.0
require (
github.com/a8m/envsubst v1.4.3