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 37ec6ff commit 2d031ffCopy full SHA for 2d031ff
.github/workflows/build.yml
@@ -18,10 +18,10 @@ jobs:
18
go-version-file: 'go.mod'
19
cache-dependency-path: go.sum
20
- name: Configure Go environment
21
- env:
22
- GOPROXY: "https://proxy.golang.org,direct"
23
- GOSUMDB: "sum.golang.org"
24
- run: go mod tidy
+ env:
+ GOPROXY: "https://proxy.golang.org,direct"
+ GOSUMDB: "sum.golang.org"
+ run: go mod tidy
25
- name: Build
26
run: go build -v ./...
27
- name: Test
0 commit comments