Skip to content

Commit

Permalink
build(deps): bump go.einride.tech/sage from 0.155.0 to 0.156.0 in /.sage
Browse files Browse the repository at this point in the history
Bumps [go.einride.tech/sage](https://github.com/einride/sage) from 0.155.0 to 0.156.0.
- [Release notes](https://github.com/einride/sage/releases)
- [Commits](einride/sage@v0.155.0...v0.156.0)

---
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>
  • Loading branch information
dependabot[bot] committed Sep 6, 2022
1 parent 0fef689 commit 502bf7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.17

require go.einride.tech/sage v0.155.0
require go.einride.tech/sage v0.156.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.155.0 h1:7zhFgJPE3tP76wgW8otEaMvLj+V+aTqcX/ZT6XhQy0k=
go.einride.tech/sage v0.155.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ=
go.einride.tech/sage v0.156.0 h1:t8CngHW4XCZPDe5lFMwmz+AM0npehNYVP7tcJu1HmDw=
go.einride.tech/sage v0.156.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ=
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ sagefile := $(abspath $(cwd)/.sage/bin/sagefile)

# Setup Go.
go := $(shell command -v go 2>/dev/null)
export GOWORK ?= off
ifndef go
SAGE_GO_VERSION ?= 1.18.4
export GOROOT := $(abspath $(cwd)/.sage/tools/go/$(SAGE_GO_VERSION)/go)
Expand Down

0 comments on commit 502bf7a

Please sign in to comment.