Skip to content

Commit

Permalink
ci: add go1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
mjq committed Aug 20, 2024
1 parent 11d3c79 commit 40198ff
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 @@ -60,10 +60,10 @@ jobs:
# pull requests, only run this step for a single job in the matrix. For
# all other workflow triggers (e.g., pushes to a release branch) run
# this step for the whole matrix.
if: ${{ github.event_name != 'pull_request' || (matrix.go == '1.22' && matrix.os == 'ubuntu') }}
if: ${{ github.event_name != 'pull_request' || (matrix.go == '1.23' && matrix.os == 'ubuntu') }}
timeout-minutes: 15
strategy:
matrix:
go: ["1.22", "1.21", "1.20", "1.19", "1.18"]
go: ["1.23", "1.22", "1.21", "1.20", "1.19", "1.18"]
os: [ubuntu, windows, macos]
fail-fast: false

0 comments on commit 40198ff

Please sign in to comment.