Skip to content

Commit ea5de95

Browse files
chore(deps): bump go.einride.tech/sage from 0.388.0 to 0.391.1 in /.sage
Bumps [go.einride.tech/sage](https://github.com/einride/sage) from 0.388.0 to 0.391.1. - [Release notes](https://github.com/einride/sage/releases) - [Commits](einride/sage@v0.388.0...v0.391.1) --- updated-dependencies: - dependency-name: go.einride.tech/sage dependency-version: 0.391.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c4ec15 commit ea5de95

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.sage/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module sage
22

33
go 1.24.9
44

5-
require go.einride.tech/sage v0.388.0
5+
require go.einride.tech/sage v0.391.1

.sage/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
go.einride.tech/sage v0.388.0 h1:WVXAZcPD9pPpM7DkpJr1kqWi7h/UDDSt/OIhcjDc0tw=
2-
go.einride.tech/sage v0.388.0/go.mod h1:t5X6A8IrxcJV+HnP8mOo0fgvn3XgLu58C3DUMP6v35E=
1+
go.einride.tech/sage v0.391.1 h1:sBVdHKaAWRFL1H32Nv5BmvouvJ/6ybZpSmHGCVBlgbk=
2+
go.einride.tech/sage v0.391.1/go.mod h1:t5X6A8IrxcJV+HnP8mOo0fgvn3XgLu58C3DUMP6v35E=

Makefile

Lines changed: 1 addition & 1 deletion
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.23.4
13+
SAGE_GO_VERSION ?= 1.25.5
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)