Skip to content

Commit

Permalink
try newer version of go for golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Theisen committed Oct 1, 2024
1 parent 18c768e commit c2df881
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: '^1.22'
cache: true
with:
go-version: '^1.22'
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down

0 comments on commit c2df881

Please sign in to comment.