Skip to content

Commit b85710c

Browse files
committed
Fix: update grafana-build-tools to v0.32.0
Signed-off-by: Marcelo E. Magallon <[email protected]>
1 parent 08acf13 commit b85710c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gbt.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
GBT_IMAGE=ghcr.io/grafana/grafana-build-tools:v0.23.0
1+
GBT_IMAGE=ghcr.io/grafana/grafana-build-tools:v0.32.0

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/grafana/synthetic-monitoring-api-go-client
22

33
go 1.23
44

5-
toolchain go1.23.0
5+
toolchain go1.23.3
66

77
require (
88
github.com/google/go-cmp v0.6.0

model/model.go

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ type ResponseError struct {
1818
}
1919

2020
// ErrorResponse was the old name for ResponseError. We want to keep backwards compatibility.
21+
//
22+
//nolint:errname
2123
type ErrorResponse = ResponseError
2224

2325
type RegistrationInstallRequest struct {

scripts/go/configs/golangci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ linters:
2121
- errcheck
2222
- errname
2323
# TODO(mem): - errorlint
24-
- execinquery
2524
# TODO(mem): - exhaustive
26-
- exportloopref
2725
- gocheckcompilerdirectives
2826
# - TODO(mem): gochecknoglobals
2927
- gochecknoinits

0 commit comments

Comments
 (0)