Skip to content

Commit

Permalink
build(deps): bump go.einride.tech/sage from 0.328.0 to 0.332.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.328.0 to 0.332.0.
- [Release notes](https://github.com/einride/sage/releases)
- [Commits](einride/sage@v0.328.0...v0.332.0)

---
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] authored and christka1 committed Dec 2, 2024
1 parent 25187a1 commit ec3ec07
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 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.328.0
require go.einride.tech/sage v0.332.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.328.0 h1:72XhWkfj8HWIQGeZVu5IfRiBngEycn+D8lCGSl5aAk0=
go.einride.tech/sage v0.328.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ=
go.einride.tech/sage v0.332.0 h1:+qTZm4KTCa+8q7Hv6/lQ8pL0e9F8JeyF4SC43jd0M1k=
go.einride.tech/sage v0.332.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ=
1 change: 0 additions & 1 deletion bpf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ func TestShortMessageChannelFilter(t *testing.T) {
expected: 0,
},
} {
tt := tt
t.Run(tt.name, func(t *testing.T) {
vm, err := bpf.NewVM(tt.program)
assert.NilError(t, err)
Expand Down
1 change: 0 additions & 1 deletion lcm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ func TestLCM_OneTransmitter_OneReceiver_ManyCompressed(t *testing.T) {
assert.NilError(t, tx.Close())
}()
for i := 100; i < 110; i++ {
i := i
t.Run("receive first", func(t *testing.T) {
// when the receiver receives
var g errgroup.Group
Expand Down
2 changes: 0 additions & 2 deletions message_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ func TestMessage_MarshalUnmarshal(t *testing.T) {
},
},
} {
tt := tt
t.Run(tt.msg, func(t *testing.T) {
t.Run("marshal", func(t *testing.T) {
var data [lengthOfLargestUDPMessage]byte
Expand Down Expand Up @@ -106,7 +105,6 @@ func TestMessage_Unmarshal_Errors(t *testing.T) {
err: "wrong header magic: 0xdeadbeef",
},
} {
tt := tt
t.Run(tt.msg, func(t *testing.T) {
var msg Message
err := msg.unmarshal(tt.data)
Expand Down

0 comments on commit ec3ec07

Please sign in to comment.