Skip to content

Commit 63baa92

Browse files
arnestedgithub-actions[bot]
authored andcommitted
Test Go unstable version 1.27rc2
See the draft release notes: https://tip.golang.org/doc/go1.27.
1 parent 8eb1e1f commit 63baa92

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module ldddns.arnested.dk
22

3-
go 1.26.5
3+
go 1.27rc2
44

55
require (
66
github.com/Microsoft/go-winio v0.6.2 // indirect

main_test.go

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ import (
99

1010
func createTestContainer(labels map[string]string) internalContainer.Container {
1111
return internalContainer.Container{
12-
InspectResponse: container.InspectResponse{
13-
ID: "test-container",
14-
Config: &container.Config{
15-
Labels: labels,
16-
},
12+
ID: "test-container",
13+
Config: &container.Config{
14+
Labels: labels,
1715
},
1816
}
1917
}

0 commit comments

Comments
 (0)