Skip to content

Commit 4b5e420

Browse files
committed
ci: add GOWORK=off to lint step to fix false unused errors
1 parent 582e72a commit 4b5e420

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
install-mode: goinstall
7878
verify: false
7979
args: --timeout=5m
80+
env:
81+
GOWORK: "off"
8082

8183
# -------------------------------------------------------------------------
8284
# Tests with race detector + coverage upload.

0 commit comments

Comments
 (0)