diff --git a/Dockerfile b/Dockerfile index 5b94ea3..c3def3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.19 +ARG GO_VERSION=1.23 FROM golang:${GO_VERSION} diff --git a/go.mod b/go.mod index 32032da..e63ea61 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/codecat/go-enet -go 1.19 +go 1.23