Skip to content

Commit 21cc8c1

Browse files
dependabot[bot]fredrikaverpil
authored andcommitted
chore(deps): bump go.einride.tech/sage
Bumps the go-dependencies group with 1 update in the /.sage directory: [go.einride.tech/sage](https://github.com/einride/sage). Updates `go.einride.tech/sage` from 0.326.0 to 0.338.0 - [Release notes](https://github.com/einride/sage/releases) - [Commits](einride/sage@v0.326.0...v0.338.0) --- updated-dependencies: - dependency-name: go.einride.tech/sage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 55e09ae commit 21cc8c1

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.23
44

5-
require go.einride.tech/sage v0.326.0
5+
require go.einride.tech/sage v0.344.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.326.0 h1:79zs6EFUgAhQk5WVillbn2mfVT+I57cpu+CU0XIB8m8=
2-
go.einride.tech/sage v0.326.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ=
1+
go.einride.tech/sage v0.344.1 h1:M122n+0EzmassHXKd4VpuPaN3+rb8nzc/L7Z7jj6Sws=
2+
go.einride.tech/sage v0.344.1/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ=

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.20.2
13+
SAGE_GO_VERSION ?= 1.23.4
1414
export GOROOT := $(abspath $(cwd)/.sage/tools/go/$(SAGE_GO_VERSION)/go)
1515
export PATH := $(PATH):$(GOROOT)/bin
1616
go := $(GOROOT)/bin/go

docs/architecture-decisions/adr000-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
______________________________________________________________________
22

3-
| id | title | description |
4-
| ----------- | ----------------- | ---------------------------------------------------------------- |
5-
| adrs-adr000 | ADR000: \[TITLE\] | Architecture Decision Record (ADR) for \[TITLE\] \[DESCRIPTION\] |
3+
| id | title | description |
4+
| ----------- | --------------- | ------------------------------------------------------------ |
5+
| adrs-adr000 | ADR000: [TITLE] | Architecture Decision Record (ADR) for [TITLE] [DESCRIPTION] |
66

77
______________________________________________________________________
88

proto/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.20.2
13+
SAGE_GO_VERSION ?= 1.23.4
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)