Skip to content

Commit

Permalink
Back to Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
loleg committed Aug 30, 2024
1 parent 26fcb89 commit bce383b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.23"
default: "1.22"
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.23
GO_VERSION=1.22

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

go 1.23
go 1.22

toolchain go1.23.0
toolchain go1.22.0

require (
github.com/SparkPost/gosparkpost v0.2.0
Expand Down

0 comments on commit bce383b

Please sign in to comment.