Skip to content

Commit

Permalink
Bump to Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
loleg committed Aug 30, 2024
1 parent 9857872 commit 26fcb89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.1
parameters:
golang-tag:
type: string
default: "1.22"
default: "1.23"
nodejs-ver:
type: integer
default: 16
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL:= /bin/bash
DEBUG_FLAG?=false
GO_VERSION=1.22
GO_VERSION=1.23

ifeq ($(DEBUG), "true")
BINDATA_OPTS="-debug"
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/ProxeusApp/proxeus-core

go 1.22
go 1.23

toolchain go1.23.0

require (
Expand Down

0 comments on commit 26fcb89

Please sign in to comment.