We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/setup-go
1 parent 90ade8c commit 6a5cb80Copy full SHA for 6a5cb80
.github/workflows/checks.yml
@@ -52,7 +52,6 @@ jobs:
52
- uses: actions/setup-go@v3
53
with:
54
go-version: ${{ env.GO_VERSION }}
55
- cache: true
56
57
- name: Run golangci-lint
58
uses: golangci/golangci-lint-action@v3
.github/workflows/release.yml
@@ -51,7 +51,6 @@ jobs:
51
0 commit comments