Skip to content

Commit 0e990e7

Browse files
committed
update go
1 parent 688606a commit 0e990e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.24 as builder
1+
FROM golang:1.25 as builder
22
WORKDIR /workspace
33

44
COPY . .

go.mod

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

3-
go 1.24.5
3+
go 1.24.6
44

55
require (
66
github.com/go-logr/zapr v1.3.0

0 commit comments

Comments
 (0)