File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module go.einride.tech/backstage/.sage
2
2
3
3
go 1.20
4
4
5
- require go.einride.tech/sage v0.212.1
5
+ require go.einride.tech/sage v0.213.2
Original file line number Diff line number Diff line change 1
- go.einride.tech/sage v0.212.1 h1:RMJ61K2nQZyNjljhE5/cREpRjwuM5rLD3BbhOLheqbM =
2
- go.einride.tech/sage v0.212.1 /go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ =
1
+ go.einride.tech/sage v0.213.2 h1:weCzlDFFYmoOGlHxoyGvcPpij4EAYCkoxbPqMOZS11U =
2
+ go.einride.tech/sage v0.213.2 /go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ =
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ sagefile := $(abspath $(cwd)/.sage/bin/sagefile)
10
10
go := $(shell command -v go 2>/dev/null)
11
11
export GOWORK ?= off
12
12
ifndef go
13
- SAGE_GO_VERSION ?= 1.18.4
13
+ SAGE_GO_VERSION ?= 1.20.2
14
14
export GOROOT := $(abspath $(cwd ) /.sage/tools/go/$(SAGE_GO_VERSION ) /go)
15
15
export PATH := $(PATH ) :$(GOROOT ) /bin
16
16
go := $(GOROOT ) /bin/go
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ sagefile := $(abspath $(cwd)/../../.sage/bin/sagefile)
10
10
go := $(shell command -v go 2>/dev/null)
11
11
export GOWORK ?= off
12
12
ifndef go
13
- SAGE_GO_VERSION ?= 1.18.4
13
+ SAGE_GO_VERSION ?= 1.20.2
14
14
export GOROOT := $(abspath $(cwd ) /../../.sage/tools/go/$(SAGE_GO_VERSION ) /go)
15
15
export PATH := $(PATH ) :$(GOROOT ) /bin
16
16
go := $(GOROOT ) /bin/go
You can’t perform that action at this time.
0 commit comments