Skip to content

Commit

Permalink
bump go version to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Aug 17, 2024
1 parent a09e758 commit 29265d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

ARG GO_VERSION=1.21
ARG GO_VERSION=1.23
ARG REPO=github.com/LiterMC/go-openbmclapi
ARG NPM_DIR=dashboard

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 29265d0

Please sign in to comment.