Skip to content

Commit f7ca17a

Browse files
Changed go get . to go mod vendor
1 parent fddc2ea commit f7ca17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
go-version: ${{ matrix.go-version }}
1919
- name: Install dependencies
20-
run: go get .
20+
run: go mod vendor
2121
- name: Test with Go
2222
run: go test -json > TestResults-${{ matrix.go-version }}.json
2323
- name: Upload Go test results

0 commit comments

Comments
 (0)