mirror of
https://github.com/codecat/go-enet.git
synced 2025-12-08 05:59:47 +00:00
Use go 1.23
This commit is contained in:
parent
c2966955e1
commit
7336408685
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
ARG GO_VERSION=1.19
|
ARG GO_VERSION=1.23
|
||||||
|
|
||||||
FROM golang:${GO_VERSION}
|
FROM golang:${GO_VERSION}
|
||||||
|
|
||||||
|
|
|
||||||
2
go.mod
2
go.mod
|
|
@ -1,3 +1,3 @@
|
||||||
module github.com/codecat/go-enet
|
module github.com/codecat/go-enet
|
||||||
|
|
||||||
go 1.19
|
go 1.23
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue