Skip to content

Commit

Permalink
fix: run go mod tidy in ci workflow (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeridth authored Dec 12, 2024
1 parent d948e6b commit 73452f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version-file: go.mod
- run: go mod tidy
- run: make test
- name: Run golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
Expand Down

0 comments on commit 73452f8

Please sign in to comment.