Skip to content

Commit

Permalink
ci: update used github actions and go version matrix
Browse files Browse the repository at this point in the history
... to use recent versions of both
  • Loading branch information
jochil committed Feb 13, 2024
1 parent ad63693 commit 2dff9fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.17', '1.16', '1.15', '1.14']
go: ['1.22', '1.21', '1.20', '1.19']
name: Test on ${{ matrix.go }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Download dependencies
Expand Down

0 comments on commit 2dff9fb

Please sign in to comment.