File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- GBT_IMAGE =ghcr.io/grafana/grafana-build-tools:v0.23 .0
1
+ GBT_IMAGE =ghcr.io/grafana/grafana-build-tools:v0.32 .0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/grafana/synthetic-monitoring-api-go-client
2
2
3
3
go 1.23
4
4
5
- toolchain go1.23.0
5
+ toolchain go1.23.3
6
6
7
7
require (
8
8
github.com/google/go-cmp v0.6.0
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ type ResponseError struct {
18
18
}
19
19
20
20
// ErrorResponse was the old name for ResponseError. We want to keep backwards compatibility.
21
+ //
22
+ //nolint:errname
21
23
type ErrorResponse = ResponseError
22
24
23
25
type RegistrationInstallRequest struct {
Original file line number Diff line number Diff line change @@ -21,9 +21,7 @@ linters:
21
21
- errcheck
22
22
- errname
23
23
# TODO(mem): - errorlint
24
- - execinquery
25
24
# TODO(mem): - exhaustive
26
- - exportloopref
27
25
- gocheckcompilerdirectives
28
26
# - TODO(mem): gochecknoglobals
29
27
- gochecknoinits
You can’t perform that action at this time.
0 commit comments