From 5174fdcc6d7fb17cc932fe611af3ea1c69ce04b2 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Sat, 31 Jan 2026 13:28:41 +0100 Subject: [PATCH] chore(ci): remove redundant go mod download step --- .github/workflows/test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 957f4f1a..533c6cfa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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