Skip to content

Commit

Permalink
chore: fix release system
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Mar 2, 2021
1 parent 6f8a2d9 commit 6f87894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
- name: Check and get dependencies
run: |
go mod download
go mod tidy
git diff --exit-code go.mod
git diff --exit-code go.sum
go mod download
# https://golangci-lint.run/usage/install#other-ci
- name: Install golangci-lint ${{ env.GOLANGCI_LINT_VERSION }}
Expand Down

0 comments on commit 6f87894

Please sign in to comment.