Skip to content

Commit

Permalink
chore(deps): bump go.einride.tech/sage from 0.89.0 to 0.97.5 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.89.0 to 0.97.5.
- [Release notes](https://github.com/einride/sage/releases)
- [Commits](einride/sage@v0.89.0...v0.97.5)

---
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] committed Mar 7, 2022
1 parent 3c0a9e2 commit bb0fb56
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 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.89.0
require go.einride.tech/sage v0.97.5
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.89.0 h1:6koZAjVgdqO7QGpgw8RoQtv/bjLnvSGW8Gwr+zj8HR8=
go.einride.tech/sage v0.89.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ=
go.einride.tech/sage v0.97.5 h1:EojvkTe+ybq7Vj7LuS9IqHYTke6f1asVtUNWNK+yTEE=
go.einride.tech/sage v0.97.5/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ=
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@

sagefile := .sage/bin/sagefile

.PHONY: $(sagefile)
$(sagefile):
$(sagefile): .sage/go.mod .sage/*.go
@cd .sage && go mod tidy && go run .

.PHONY: sage
sage: $(sagefile)
sage:
@git clean -fxq $(sagefile)
@make $(sagefile)

.PHONY: update-sage
update-sage:
Expand Down
7 changes: 4 additions & 3 deletions proto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@

sagefile := ../.sage/bin/sagefile

.PHONY: $(sagefile)
$(sagefile):
$(sagefile): ../.sage/go.mod ../.sage/*.go
@cd ../.sage && go mod tidy && go run .

.PHONY: sage
sage: $(sagefile)
sage:
@git clean -fxq $(sagefile)
@make $(sagefile)

.PHONY: update-sage
update-sage:
Expand Down

0 comments on commit bb0fb56

Please sign in to comment.