We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed19db commit a18eee0Copy full SHA for a18eee0
1 file changed
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
go-version-file: "go.mod"
18
cache: false
19
-
+ - run: go mod tidy
20
- name: golangci-lint
21
uses: golangci/golangci-lint-action@v6
22
0 commit comments