Skip to content

Commit

Permalink
Added go 1.23 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mpe85 committed Aug 20, 2024
1 parent 157bd1a commit d6647ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
strategy:
matrix:
go-version: [ '1.20', '1.21', '1.22' ]
go-version: [ '1.20', '1.21', '1.22', '1.23' ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -22,4 +22,4 @@ jobs:
go-version: ${{ matrix.go-version }}
- run: go test -race -coverprofile coverage.out -covermode atomic ./...
- uses: codecov/codecov-action@v4
if: matrix.go-version == '1.20' && matrix.os == 'ubuntu-latest'
if: matrix.go-version == '1.23' && matrix.os == 'ubuntu-latest'

0 comments on commit d6647ec

Please sign in to comment.