Skip to content

Commit

Permalink
ci: go test: update go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Sep 2, 2024
1 parent a98d307 commit cd8eda8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.22.x]
# platform: [ubuntu-latest]
go-version: [1.23.x, 1.22.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit cd8eda8

Please sign in to comment.