Skip to content

Commit

Permalink
update go test version matrix (#51)
Browse files Browse the repository at this point in the history
* update go test version matrix
  • Loading branch information
andyborn authored Aug 29, 2023
1 parent 467ee0e commit 24dff2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: 1.18.x
cache: true
go-version: 1.x
- uses: golangci/golangci-lint-action@v3
with:
version: latest
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.17.x, 1.18.x]
go-version: [1.20.x, 1.21.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
cache: true
- run: make test
ruby:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 24dff2e

Please sign in to comment.