Skip to content

Commit 7386425

Browse files
dependabot[bot]quoral
authored andcommitted
chore(deps): bump go.einride.tech/sage from 0.212.1 to 0.213.2 in /.sage
Bumps [go.einride.tech/sage](https://github.com/einride/sage) from 0.212.1 to 0.213.2. - [Release notes](https://github.com/einride/sage/releases) - [Commits](einride/sage@v0.212.1...v0.213.2) --- updated-dependencies: - dependency-name: go.einride.tech/sage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fefa7a1 commit 7386425

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.sage/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module go.einride.tech/backstage/.sage
22

33
go 1.20
44

5-
require go.einride.tech/sage v0.212.1
5+
require go.einride.tech/sage v0.213.2

.sage/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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=

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sagefile := $(abspath $(cwd)/.sage/bin/sagefile)
1010
go := $(shell command -v go 2>/dev/null)
1111
export GOWORK ?= off
1212
ifndef go
13-
SAGE_GO_VERSION ?= 1.18.4
13+
SAGE_GO_VERSION ?= 1.20.2
1414
export GOROOT := $(abspath $(cwd)/.sage/tools/go/$(SAGE_GO_VERSION)/go)
1515
export PATH := $(PATH):$(GOROOT)/bin
1616
go := $(GOROOT)/bin/go

cmd/backstage/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sagefile := $(abspath $(cwd)/../../.sage/bin/sagefile)
1010
go := $(shell command -v go 2>/dev/null)
1111
export GOWORK ?= off
1212
ifndef go
13-
SAGE_GO_VERSION ?= 1.18.4
13+
SAGE_GO_VERSION ?= 1.20.2
1414
export GOROOT := $(abspath $(cwd)/../../.sage/tools/go/$(SAGE_GO_VERSION)/go)
1515
export PATH := $(PATH):$(GOROOT)/bin
1616
go := $(GOROOT)/bin/go

0 commit comments

Comments
 (0)