chore(deps): update Go version to 1.24 in Dockerfile and go.mod
Some checks are pending
Docker / Build and Push (push) Waiting to run
Docker / release (push) Blocked by required conditions
github-pages / deploy (push) Waiting to run

This commit is contained in:
Dmytro Bondar 2025-03-04 08:43:50 +01:00
parent fd631d3b9f
commit bf5453c264
2 changed files with 2 additions and 3 deletions

View File

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

3
go.mod
View File

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