Skip to content

Commit b9d2e5a

Browse files
committed
chore(ci): remove redundant go mod download step
1 parent c6c8fae commit b9d2e5a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,5 @@ jobs:
2727
- name: Check out code into the Go module directory
2828
uses: actions/checkout@v6
2929

30-
- name: Download Go modules
31-
run: go mod download
32-
env:
33-
GOPROXY: https://proxy.golang.org
34-
3530
- name: Test
3631
run: go run ./cmd/task test

0 commit comments

Comments
 (0)