Skip to content

Commit 6f87894

Browse files
committed
chore: fix release system
1 parent 6f8a2d9 commit 6f87894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
4444
- name: Check and get dependencies
4545
run: |
46+
go mod download
4647
go mod tidy
4748
git diff --exit-code go.mod
4849
git diff --exit-code go.sum
49-
go mod download
5050
5151
# https://golangci-lint.run/usage/install#other-ci
5252
- name: Install golangci-lint ${{ env.GOLANGCI_LINT_VERSION }}

0 commit comments

Comments
 (0)