Skip to content

Commit

Permalink
fix test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
survivorbat committed Jan 11, 2024
1 parent a0b3388 commit 79f3165
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 @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.18', '1.19' ]
go-version: [ '1.20', '1.21.5' ]
steps:
- uses: actions/checkout@v3

Expand All @@ -24,4 +24,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Go-results-${{ matrix.go-version }}
path: TestResults-${{ matrix.go-version }}.json
path: TestResults-${{ matrix.go-version }}.json

0 comments on commit 79f3165

Please sign in to comment.