Skip to content

Commit

Permalink
chore(deps): bump go.einride.tech/sage
Browse files Browse the repository at this point in the history
Bumps the sage-go-dependencies group in /.sage with 1 update: [go.einride.tech/sage](https://github.com/einride/sage).

Updates `go.einride.tech/sage` from 0.334.0 to 0.338.0
- [Release notes](https://github.com/einride/sage/releases)
- [Commits](einride/sage@v0.334.0...v0.338.0)

---
updated-dependencies:
- dependency-name: go.einride.tech/sage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sage-go-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Feb 3, 2025
1 parent 6e4c391 commit fea2d27
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .sage/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module sage

go 1.23

require go.einride.tech/sage v0.334.0
require go.einride.tech/sage v0.338.0
4 changes: 2 additions & 2 deletions .sage/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
go.einride.tech/sage v0.334.0 h1:HY/u8jM2UQ/BerH+vk7JtXf2hg6J0z99Fh0YAQ4QeaE=
go.einride.tech/sage v0.334.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ=
go.einride.tech/sage v0.338.0 h1:9+fWcnORz0HOqO6M+uNoYOKtK9g2QqhVfpAXOr+d2l4=
go.einride.tech/sage v0.338.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ=
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sagefile := $(abspath $(cwd)/.sage/bin/sagefile)
go := $(shell command -v go 2>/dev/null)
export GOWORK ?= off
ifndef go
SAGE_GO_VERSION ?= 1.20.2
SAGE_GO_VERSION ?= 1.23.4
export GOROOT := $(abspath $(cwd)/.sage/tools/go/$(SAGE_GO_VERSION)/go)
export PATH := $(PATH):$(GOROOT)/bin
go := $(GOROOT)/bin/go
Expand Down
2 changes: 1 addition & 1 deletion internal/examples/proto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sagefile := $(abspath $(cwd)/../../../.sage/bin/sagefile)
go := $(shell command -v go 2>/dev/null)
export GOWORK ?= off
ifndef go
SAGE_GO_VERSION ?= 1.20.2
SAGE_GO_VERSION ?= 1.23.4
export GOROOT := $(abspath $(cwd)/../../../.sage/tools/go/$(SAGE_GO_VERSION)/go)
export PATH := $(PATH):$(GOROOT)/bin
go := $(GOROOT)/bin/go
Expand Down

0 comments on commit fea2d27

Please sign in to comment.