Skip to content

Commit ed26643

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

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
@@ -110,7 +110,7 @@ RUN --mount=type=bind,target=. \
110110
(
111111
set -x
112112
cd $dir
113-
golangci-lint run --config "$config" ./...
113+
GOWORK=off golangci-lint run --config "$config" ./...
114114
)
115115
done
116116
EOT

0 commit comments

Comments
 (0)