File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
toolchain go1.24.1
6
6
7
- require go.einride.tech/sage v0.354.0
7
+ require go.einride.tech/sage v0.356.1
Original file line number Diff line number Diff line change 1
- go.einride.tech/sage v0.354.0 h1:K+1uiIaiubbwJOWOzyEKjj9mA8HsTuhqNlo0xvsft7c =
2
- go.einride.tech/sage v0.354.0 /go.mod h1:sy9YuK//XVwEZ2wD3f19xVSKEtN8CYtgtBZGpzC3p80 =
1
+ go.einride.tech/sage v0.356.1 h1:XQF42NljaW/xwgi0ybfedR5vL6R17YiBTUoG15wpWCw =
2
+ go.einride.tech/sage v0.356.1 /go.mod h1:sy9YuK//XVwEZ2wD3f19xVSKEtN8CYtgtBZGpzC3p80 =
Original file line number Diff line number Diff line change 37
37
38
38
.PHONY : update-sage
39
39
update-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 .
41
41
42
42
.PHONY : clean-sage
43
43
clean-sage :
You can’t perform that action at this time.
0 commit comments