Skip to content

Commit e7e9cb3

Browse files
committed
1 parent b33eafb commit e7e9cb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backend-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
go-version-file: "./backend/go.mod"
2828
cache-dependency-path: "./backend/go.sum"
2929

30-
- name: Get dependencies
31-
run: go mod download
30+
# - name: Get dependencies
31+
# run: go mod download
3232

3333
- name: Lint Go code with GolangCI-Lint
3434
uses: golangci/golangci-lint-action@v4

0 commit comments

Comments
 (0)