Skip to content

Commit

Permalink
chore(deps): bump go.einride.tech/sage from 0.241.0 to 0.247.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.241.0 to 0.247.0.
- [Release notes](https://github.com/einride/sage/releases)
- [Commits](einride/sage@v0.241.0...v0.247.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Davy Jones committed Nov 17, 2023
1 parent f7ed8f7 commit c8ccabf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.241.0
require go.einride.tech/sage v0.247.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.241.0 h1:M4qjuQvX380i753UBMgFRXgEe7cZ3qT83YkaD0dzWJ0=
go.einride.tech/sage v0.241.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ=
go.einride.tech/sage v0.247.0 h1:4K8KVRWP3gutmxhR7gMc+Q5ss8+OA7SFnGpVxmk6wT4=
go.einride.tech/sage v0.247.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ=
3 changes: 2 additions & 1 deletion spantest/emulator.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ import (
// Cloud Spanner Emulator versions can be found here,
// https://console.cloud.google.com/gcr/images/cloud-spanner-emulator/global/emulator
const (
url = "gcr.io/cloud-spanner-emulator/emulator"
url = "gcr.io/cloud-spanner-emulator/emulator"
//nolint:gosec
version = "sha256:ab53ffefbcb53cea3b893e07c6796ba5df3bc67d1561eeb8efecaec466134f2f" // 1.5.9
image = url + "@" + version
)
Expand Down

0 comments on commit c8ccabf

Please sign in to comment.