Skip to content

Commit

Permalink
Update CI (#466)
Browse files Browse the repository at this point in the history
* update ci a bit
  • Loading branch information
natefinch committed May 11, 2023
1 parent 9199872 commit 9e91a03
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -9,7 +9,9 @@ jobs:
fail-fast: false
matrix:
go-version:
- 1.18.x
- stable
- 1.20.x
- 1.19.x
- 1.17.x
- 1.16.x
- 1.15.x
Expand All @@ -18,9 +20,9 @@ jobs:
- 1.12.x
- 1.11.x
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit 9e91a03

Please sign in to comment.