File tree Expand file tree Collapse file tree 8 files changed +569
-483
lines changed
gen/go/einride/saga/extend/book/v1beta1 Expand file tree Collapse file tree 8 files changed +569
-483
lines changed Original file line number Diff line number Diff line change 1818 - name : Setup Sage
1919 uses : einride/sage/actions/setup@master
2020 with :
21- go-version : ' 1.23 '
21+ go-version-file : .sage/go.mod
2222 check-latest : true
2323
2424 - name : Setup Node
4949 - name : Setup Sage
5050 uses : einride/sage/actions/setup@master
5151 with :
52- go-version : ' 1.23 '
52+ go-version-file : .sage/go.mod
5353 check-latest : true
5454
5555 - name : Make
Original file line number Diff line number Diff line change 1111 - name : Setup Sage
1212 uses : einride/sage/actions/setup@master
1313 with :
14- go-version : ' 1.23 '
14+ go-version-file : .sage/go.mod
1515 check-latest : true
1616
1717 - name : Make
Original file line number Diff line number Diff line change 11module sage
22
3- go 1.23
3+ go 1.25.7
44
5- require go.einride.tech/sage v0.347.0
5+ require go.einride.tech/sage v0.405.1
Original file line number Diff line number Diff line change 1- go.einride.tech/sage v0.347.0 h1:mbbRgq/HWXps5hWgGDT2HH3tuPQfViEKPkGLHqe5w8I =
2- go.einride.tech/sage v0.347.0 /go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ =
1+ go.einride.tech/sage v0.405.1 h1:4vABEmRGSFp+TyE1noBuLIMXhuL8iQaJMqa4uYum7Vs =
2+ go.einride.tech/sage v0.405.1 /go.mod h1:k/GWZv8EP64DxdCSZt9GIYMgOCxntdfE6FTRTIzQVdE =
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ sagefile := $(abspath $(cwd)/.sage/bin/sagefile)
1010go := $(shell command -v go 2>/dev/null)
1111export GOWORK ?= off
1212ifndef go
13- SAGE_GO_VERSION ?= 1.23.4
13+ SAGE_GO_VERSION ?= 1.25.7
1414export GOROOT := $(abspath $(cwd ) /.sage/tools/go/$(SAGE_GO_VERSION ) /go)
1515export PATH := $(PATH ) :$(GOROOT ) /bin
1616go := $(GOROOT ) /bin/go
3737
3838.PHONY : update-sage
3939update-sage : $(go )
40- @cd .sage && $(go ) get -d go.einride.tech/sage@latest && $(go ) mod tidy && $(go ) run .
40+ @cd .sage && $(go ) get go.einride.tech/sage@latest && $(go ) mod tidy && $(go ) run .
4141
4242.PHONY : clean-sage
4343clean-sage :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ sagefile := $(abspath $(cwd)/../.sage/bin/sagefile)
1010go := $(shell command -v go 2>/dev/null)
1111export GOWORK ?= off
1212ifndef go
13- SAGE_GO_VERSION ?= 1.23.4
13+ SAGE_GO_VERSION ?= 1.25.7
1414export GOROOT := $(abspath $(cwd ) /../.sage/tools/go/$(SAGE_GO_VERSION ) /go)
1515export PATH := $(PATH ) :$(GOROOT ) /bin
1616go := $(GOROOT ) /bin/go
3737
3838.PHONY : update-sage
3939update-sage : $(go )
40- @cd ../.sage && $(go ) get -d go.einride.tech/sage@latest && $(go ) mod tidy && $(go ) run .
40+ @cd ../.sage && $(go ) get go.einride.tech/sage@latest && $(go ) mod tidy && $(go ) run .
4141
4242.PHONY : clean-sage
4343clean-sage :
You can’t perform that action at this time.
0 commit comments