Skip to content

Commit 2d031ff

Browse files
committed
fix invalid yml
1 parent 37ec6ff commit 2d031ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
go-version-file: 'go.mod'
1919
cache-dependency-path: go.sum
2020
- name: Configure Go environment
21-
env:
22-
GOPROXY: "https://proxy.golang.org,direct"
23-
GOSUMDB: "sum.golang.org"
24-
run: go mod tidy
21+
env:
22+
GOPROXY: "https://proxy.golang.org,direct"
23+
GOSUMDB: "sum.golang.org"
24+
run: go mod tidy
2525
- name: Build
2626
run: go build -v ./...
2727
- name: Test

0 commit comments

Comments
 (0)