Skip to content

Commit b154960

Browse files
committed
golangci-lint: disable go.work
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent d7e2bbd commit b154960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ RUN --mount=type=bind,target=. \
111111
(
112112
set -x
113113
cd $dir
114-
golangci-lint run --config "$config" ./...
114+
GOWORK=off golangci-lint run --config "$config" ./...
115115
)
116116
done
117117
EOT

0 commit comments

Comments
 (0)