Skip to content

Commit

Permalink
update ci a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
natefinch committed May 10, 2023
1 parent 9199872 commit 3c0b1bf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
fail-fast: false
matrix:
go-version:
- 1.18.x
- tip
- 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 3c0b1bf

Please sign in to comment.