Skip to content

Commit 8fb608b

Browse files
authored
Merge branch 'main' into automate-version-file-control
2 parents 70ef3c5 + 01f2bda commit 8fb608b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GOLANGCI_LINT_VERSION := v1.64.6
2121
# renovate datasource=go depName=golang.org/x/vuln/cmd/govulncheck
2222
GOVULNCHECK_VERSION := v1.1.4
2323
# renovate datasource=go depName=golang.org/x/tools/cmd/goimports
24-
GOIMPORTS_VERSION := v0.30.0
24+
GOIMPORTS_VERSION := v0.31.0
2525

2626
# Check if the program is present in $PATH and install otherwise.
2727
# ${1} - oneOf{binary,yarn}

test/docker/Dockerfile.e2e

-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ WORKDIR /sloctl
99
COPY ./test ./test
1010
COPY --from=sloctl-e2e-test-bin /usr/bin/sloctl /usr/bin/sloctl
1111

12-
ENV SLOCTL_NO_CONFIG_FILE=true
1312
# Required for bats pretty printing.
1413
ENV TERM=linux

0 commit comments

Comments
 (0)