From 29265d048fbe6238c21d0b3873d6d1a97c09a554 Mon Sep 17 00:00:00 2001 From: zyxkad Date: Sat, 17 Aug 2024 16:37:16 -0600 Subject: [PATCH] bump go version to 1.23 --- Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5d01423..e2ea2a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -ARG GO_VERSION=1.21 +ARG GO_VERSION=1.23 ARG REPO=github.com/LiterMC/go-openbmclapi ARG NPM_DIR=dashboard diff --git a/go.mod b/go.mod index 8d64442..0fe0279 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/LiterMC/go-openbmclapi -go 1.22.0 +go 1.23.0 require ( github.com/LiterMC/socket.io v0.2.5