We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054e9e5 commit 328704bCopy full SHA for 328704b
client/go.mod
@@ -2,7 +2,7 @@ module github.com/TUM-Dev/Campus-Backend/client
2
3
go 1.22.7
4
5
-toolchain go1.23.6
+toolchain go1.24.0
6
7
require (
8
github.com/TUM-Dev/Campus-Backend/server v0.0.0-20231009133538-1a7f37e5f27c
server/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23-alpine3.20 as builder
+FROM golang:1.24-alpine3.20 as builder
# Install git + SSL ca certificates.
# Git is required for fetching the dependencies.
server/go.mod
@@ -2,7 +2,7 @@ module github.com/TUM-Dev/Campus-Backend/server
go 1.23
github.com/DATA-DOG/go-sqlmock v1.5.2
0 commit comments