Skip to content

Commit

Permalink
GH Actions: add Go 1.18 to test matrix, run on latest ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
russellhaering committed Jul 2, 2022
1 parent 62589e2 commit 3ae2e92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Test
jobs:
test:
name: Test Go ${{ matrix.go }}
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.17', '1.16']
go: ['1.18', '1.17', '1.16']
steps:
- uses: actions/checkout@v2
- name: Setup Go
Expand Down

0 comments on commit 3ae2e92

Please sign in to comment.