Skip to content

Commit

Permalink
feat: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
odsod committed Oct 22, 2024
1 parent c1e18b5 commit 34352e7
Show file tree
Hide file tree
Showing 12 changed files with 127 additions and 473 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Sage
uses: einride/sage/actions/setup@master
with:
go-version: "1.22"
go-version: "1.23"

- name: Make
run: make
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Sage
uses: einride/sage/actions/setup@master
with:
go-version: "1.22"
go-version: "1.23"

- name: Make
run: make
Expand Down
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.22.1

require go.einride.tech/sage v0.294.0
require go.einride.tech/sage v0.327.1
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.294.0 h1:X5v6sfvt762QwhcRptlYRKoYrNXb1nT9fxKDXsRtaWI=
go.einride.tech/sage v0.294.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ=
go.einride.tech/sage v0.327.1 h1:rjRRGqqFOtK0rjnPiozDQzCwgbJsMgmytRyAMTKjV0Q=
go.einride.tech/sage v0.327.1/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ=
1 change: 0 additions & 1 deletion aipcli/command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ func Test_qualifiedServiceUse(t *testing.T) {
},
},
} {
tt := tt
t.Run(tt.name, func(t *testing.T) {
actual := make([]string, 0, len(tt.expected))
var i int
Expand Down
Loading

0 comments on commit 34352e7

Please sign in to comment.