We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1b6a2b + 8fb608b commit 04ad7cdCopy full SHA for 04ad7cd
Makefile
@@ -21,7 +21,7 @@ GOLANGCI_LINT_VERSION := v1.64.6
21
# renovate datasource=go depName=golang.org/x/vuln/cmd/govulncheck
22
GOVULNCHECK_VERSION := v1.1.4
23
# renovate datasource=go depName=golang.org/x/tools/cmd/goimports
24
-GOIMPORTS_VERSION := v0.30.0
+GOIMPORTS_VERSION := v0.31.0
25
26
# Check if the program is present in $PATH and install otherwise.
27
# ${1} - oneOf{binary,yarn}
test/docker/Dockerfile.e2e
@@ -9,6 +9,5 @@ WORKDIR /sloctl
9
COPY ./test ./test
10
COPY --from=sloctl-e2e-test-bin /usr/bin/sloctl /usr/bin/sloctl
11
12
-ENV SLOCTL_NO_CONFIG_FILE=true
13
# Required for bats pretty printing.
14
ENV TERM=linux
0 commit comments