Skip to content

Commit

Permalink
fix lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaber committed Oct 7, 2022
1 parent 79742c3 commit a5f3411
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.15
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.45.2

0 comments on commit a5f3411

Please sign in to comment.