Skip to content

Commit

Permalink
Fix golangci-lint action v4 requirement
Browse files Browse the repository at this point in the history
Signed-off-by: Yussuf Shaikh <[email protected]>
  • Loading branch information
yussufsh authored and michaelkad committed Oct 8, 2024
1 parent 259def9 commit 61a4503
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
go-version: '1.22'

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'

- name: Lint
uses: golangci/golangci-lint-action@v5
with:
Expand Down

0 comments on commit 61a4503

Please sign in to comment.