Skip to content

Commit

Permalink
chore: fix golang ci lint
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
  • Loading branch information
gfanton committed May 6, 2022
1 parent 4dabf69 commit 163c129
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,24 @@ on:

jobs:
golangci-lint:
name: "GolangCI-lint"
runs-on: ubuntu-latest
strategy:
matrix:
golang:
- 1.17.x
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.golang }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v2.5.2
uses: golangci/golangci-lint-action@v3.1.0
with:
version: v1.31
args: --timeout=2m
go-version: ${{ matrix.golang }}
version: v1.44.2
args: --timeout=10m
# only-new-issues: true

go-tests-on-linux:
Expand Down

0 comments on commit 163c129

Please sign in to comment.