We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd5a06 commit 096f69fCopy full SHA for 096f69f
1 file changed
.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