Skip to content

Commit c1b8813

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent 0477b13 commit c1b8813

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.golangci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ linters:
170170
- github.com/majewsky/gg/option
171171
- github.com/onsi/ginkgo/v2
172172
- github.com/onsi/gomega
173+
- go.xyrillian.de/gg/option
173174
usestdlibvars:
174175
http-method: true
175176
http-status-code: true

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ install-setup-envtest: FORCE
6666
# To add additional flags or values (before the default ones), specify the variable in the environment, e.g. `GO_BUILDFLAGS='-tags experimental' make`.
6767
# To override the default flags or values, specify the variable on the command line, e.g. `make GO_BUILDFLAGS='-tags experimental'`.
6868
GO_BUILDFLAGS +=
69-
GO_LDFLAGS +=
70-
GO_TESTFLAGS +=
71-
GO_TESTENV +=
72-
GO_BUILDENV +=
69+
GO_LDFLAGS +=
70+
GO_TESTFLAGS +=
71+
GO_TESTENV +=
72+
GO_BUILDENV +=
7373

7474
# which packages to test with test runner
7575
GO_TESTPKGS := $(shell go list -f '{{if or .TestGoFiles .XTestGoFiles}}{{.Dir}}{{end}}' ./...)

0 commit comments

Comments
 (0)