Skip to content

Commit

Permalink
Run unit tests only on Go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettj12 committed Aug 2, 2023
1 parent 6991b3c commit 6ff6958
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,16 @@ jobs:

strategy:
fail-fast: false
matrix:
go: ['1.20', '1.19', '1.18', '1.17']

name: Go ${{ matrix.go }}
name: Go unit tests

steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
go-version-file: 'go.mod'

- name: Test and build
run: |
Expand Down

0 comments on commit 6ff6958

Please sign in to comment.