Skip to content

Commit

Permalink
Update GitHub actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
svanharmelen committed Apr 14, 2023
1 parent 18f63c6 commit 5f2a919
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
name: Lint and Test - ${{ matrix.go-version }}
strategy:
matrix:
go-version: [1.18.x, 1.19.x, 1.x]
go-version: [1.19.x, 1.20.x, 1.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}

Expand All @@ -28,6 +28,7 @@ jobs:
- name: Lint package
uses: golangci/golangci-lint-action@v3
with:
args: --exclude ".*, make it a constant (goconst)"
version: latest

- name: Test package
Expand Down

0 comments on commit 5f2a919

Please sign in to comment.