Skip to content

Commit

Permalink
chore(deps): bump go.einride.tech/sage from 0.161.0 to 0.167.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.161.0 to 0.167.0.
- [Release notes](https://github.com/einride/sage/releases)
- [Commits](einride/sage@v0.161.0...v0.167.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ericwenn committed Oct 11, 2022
1 parent 54cbb29 commit d879bc7
Show file tree
Hide file tree
Showing 3 changed files with 4 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.161.0
require go.einride.tech/sage v0.167.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.161.0 h1:TwWlU6djdEtL9dVOSsG9mXbI110I4+REIpZ5CH1/7dY=
go.einride.tech/sage v0.161.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ=
go.einride.tech/sage v0.167.0 h1:t26BvUwSbrjHEXSXMsj/FJhCyrfHv3dd9yVQdk+HTBM=
go.einride.tech/sage v0.167.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ=
2 changes: 1 addition & 1 deletion .sage/sagefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func ConvcoCheck(ctx context.Context) error {

func FormatYAML(ctx context.Context) error {
sg.Logger(ctx).Println("formatting YAML files...")
return sgyamlfmt.Command(ctx, "-d", sg.FromGitRoot(), "-r").Run()
return sgyamlfmt.Run(ctx)
}

func FormatMarkdown(ctx context.Context) error {
Expand Down

0 comments on commit d879bc7

Please sign in to comment.