Skip to content

Commit

Permalink
chore: update go-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhnvrm authored May 29, 2024
1 parent b92bf55 commit 1bc8459
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ on:

jobs:
test:
## We want to define a strategy for our job
strategy:
## this will contain a matrix of all of the combinations
## we wish to test again:
matrix:
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x]
go-version: ["1.18", "1.20", "1.21", "1.22"]
platform: [ubuntu-latest, macos-latest, windows-latest]

## Defines the platform for each test run
Expand All @@ -27,7 +24,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: ${{ matrix.go }}

- name: Run Go Test
run: go test -v ./...

0 comments on commit 1bc8459

Please sign in to comment.