Skip to content

Commit

Permalink
fix: reintroduce go-version
Browse files Browse the repository at this point in the history
  • Loading branch information
brenank committed May 21, 2024
1 parent d64ddb5 commit 1076d91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
contents: read
strategy:
matrix:
go-version: ['1.14', '1.15', '1.16', '1.17', '1.22']
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -15,6 +16,6 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
go-version: ${{ matrix.go-version }}
- name: Go Test
run: go test ./...

0 comments on commit 1076d91

Please sign in to comment.