Skip to content

Commit

Permalink
Adds GO version 1.20 to test matrix 🧪
Browse files Browse the repository at this point in the history
  • Loading branch information
auyer authored Apr 19, 2023
1 parent c2e9ee9 commit c5a2988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '^1.19', '~1.18', '~1.17', '~1.16', '~1.15', '~1.14', '~1.13', '~1.12' ]
go: [ '^1.20', '^1.19', '~1.18', '~1.17', '~1.16', '~1.15', '~1.14', '~1.13', '~1.12' ]
name: Go ${{ matrix.go }} sample
steps:
- name: Checkout repo
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "^1.19"
go-version: "^1.20"

- name: Run tests with Coverage report
run: |
Expand Down

0 comments on commit c5a2988

Please sign in to comment.