Skip to content

Commit

Permalink
golangci-lint-action v3.0.0+ requires an explicit setup-go step
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaene committed Apr 1, 2022
1 parent 0a473ee commit 6ef2075
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 @@ -17,6 +17,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "^1.18"

- name: Run GolangCI-Lint
uses: golangci/golangci-lint-action@v3

Expand Down

0 comments on commit 6ef2075

Please sign in to comment.