chore(ci): remove redundant go mod download step

This commit is contained in:
Valentin Maerten
2026-01-31 13:28:41 +01:00
parent bbb90542f7
commit 5174fdcc6d

View File

@@ -27,10 +27,5 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v6
- name: Download Go modules
run: go mod download
env:
GOPROXY: https://proxy.golang.org
- name: Test
run: go run ./cmd/task test