Skip to content

Commit 9525763

Browse files
committed
ci: remove setup-go action from lint job
After the golangci-lint version was bumped, the linter stopped working at the ci [1]. [1] golangci/golangci-lint-action#23
1 parent 1f0802e commit 9525763

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/go.yml

-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ jobs:
2222
run: |
2323
cat .version >> $GITHUB_ENV
2424
25-
- name: Setup Go
26-
uses: actions/setup-go@v4
27-
with:
28-
go-version: "${{env.GO_VERSION}}"
29-
3025
- name: Run golangci-lint
3126
uses: golangci/golangci-lint-action@v3
3227
with:

0 commit comments

Comments
 (0)