Skip to content

Commit c4a056a

Browse files
committed
Upgraded go release to 1.24 in go.mod
1 parent 0bb2591 commit c4a056a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/aristanetworks/goeapi
22

3-
go 1.23
3+
go 1.24
44

55
require (
66
github.com/mitchellh/mapstructure v1.5.0

module/ptp_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ func TestParse_UnitTest(t *testing.T) {
183183
}
184184

185185
for _, tt := range tests {
186-
testConfig := fmt.Sprintf(shortConfig)
186+
testConfig := fmt.Sprintf("%v", shortConfig)
187187
if got := p.parse(testConfig, tt.in); got != tt.want {
188188
t.Fatalf("parse(config, %s) = %v; want %v", tt.in, got, tt.want)
189189
}

0 commit comments

Comments
 (0)