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 c2da0ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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 Down

0 comments on commit c2da0ad

Please sign in to comment.