File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 53
53
${{ runner.os }}-go-
54
54
- uses : actions/setup-go@v5
55
55
with :
56
- go-version : 1.23 .x
56
+ go-version : 1.24 .x
57
57
- uses : actions/checkout@v4
58
58
with :
59
59
fetch-depth : 0
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ func (m *mockSMTPServer) runServe() error {
39
39
tc := textproto .NewConn (conn )
40
40
41
41
for _ , res := range m .responses {
42
- if err := tc .PrintfLine (res ); err != nil { // nolint
42
+ if err := tc .PrintfLine ("%s" , res ); err != nil { // nolint
43
43
errCh <- err
44
44
return
45
45
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/mackerelio/go-check-plugins
2
2
3
3
go 1.23.0
4
4
5
- toolchain go1.23.7
5
+ toolchain go1.24.3
6
6
7
7
require (
8
8
github.com/StackExchange/wmi v1.2.1
You can’t perform that action at this time.
0 commit comments