Skip to content

Commit

Permalink
add setup-go step in lint job for latest golangci-lint-action
Browse files Browse the repository at this point in the history
  • Loading branch information
hrak committed Jun 21, 2024
1 parent 6b1cbb7 commit 604a4ed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ jobs:
name: Lint
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Setup up Go 1.x
uses: actions/setup-go@v5
with:
go-version: "^1.15"
- name: Check out code
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 604a4ed

Please sign in to comment.