We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d948e6b commit 73452f8Copy full SHA for 73452f8
.github/workflows/ci.yaml
@@ -22,6 +22,7 @@ jobs:
22
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
23
with:
24
go-version-file: go.mod
25
+ - run: go mod tidy
26
- run: make test
27
- name: Run golangci-lint
28
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
0 commit comments