Skip to content

Commit

Permalink
chore: try to fix github action for golang-cilint
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbee committed Jul 1, 2024
1 parent 64ecc35 commit ae64524
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.22
go-version: 1.21
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit ae64524

Please sign in to comment.