We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ef5b0 commit d6f08c1Copy full SHA for d6f08c1
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
diff -u <(echo -n) <(gofmt -d .)
43
44
- name: Get dependencies
45
- run: go get -v ./...
+ run: go mod download
46
47
- name: Build
48
run: go build -v ./...
0 commit comments