Skip to content

Commit

Permalink
chore: fix golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
  • Loading branch information
moul committed Jan 23, 2023
1 parent d06fff3 commit 56ba44d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
golangci_lint: [v1.38]
golangci_lint: [v1.50.1]
golang: [1.19.x]
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.golang }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
- uses: golangci/golangci-lint-action@v3
with:
version: ${{ matrix.golangci_lint }}
#github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 56ba44d

Please sign in to comment.