Skip to content

Commit 0e17f96

Browse files
authored
update to go 1.24.2 (#105)
1 parent 459997f commit 0e17f96

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23 as builder
1+
FROM golang:1.24 as builder
22
WORKDIR /workspace
33

44
COPY . .

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module github.com/gopher64/gopher64-netplay-server
22

3-
go 1.23.7
4-
toolchain go1.24.1
3+
go 1.24.2
54

65
require (
76
github.com/go-logr/zapr v1.3.0

0 commit comments

Comments
 (0)