Skip to content

Commit ffadff5

Browse files
committed
SUMO-241869 use GOFLAGS
1 parent 630c16d commit ffadff5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tfproviderlint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ jobs:
2727
- uses: actions/[email protected]
2828
- uses: bflad/tfproviderlint-github-action@master
2929
with:
30-
args: -buildvcs=false ./...
30+
args: ./...
31+
env:
32+
GOFLAGS: "-buildvcs=false"

0 commit comments

Comments
 (0)