Skip to content

Commit 7decea6

Browse files
committed
a
1 parent ca02dbc commit 7decea6

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

.github/workflows/nightly-release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
uses: actions/setup-go@v6
3434
with:
3535
go-version-file: go.mod
36-
- name: Download dependencies
37-
run: go mod download
3836
- name: Lint
3937
uses: golangci/golangci-lint-action@v9
4038
with:

.github/workflows/release.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
uses: actions/setup-go@v6
1515
with:
1616
go-version-file: go.mod
17-
- name: Download dependencies
18-
run: go mod download
1917
- name: Lint
2018
uses: golangci/golangci-lint-action@v9
2119
with:
@@ -63,8 +61,6 @@ jobs:
6361
uses: actions/setup-go@v6
6462
with:
6563
go-version-file: go.mod
66-
- name: Download dependencies
67-
run: go mod download
6864
- name: Build
6965
run: |
7066
set -e

.github/workflows/test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
uses: actions/setup-go@v6
1616
with:
1717
go-version-file: go.mod
18-
- name: Download dependencies
19-
run: go mod download
2018
- name: Lint
2119
uses: golangci/golangci-lint-action@v9
2220
with:

0 commit comments

Comments
 (0)