Skip to content

Commit

Permalink
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 5, 2022
1 parent 10c4cb4 commit bef5ec4
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,26 @@ 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:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit bef5ec4

Please sign in to comment.