Skip to content

Commit

Permalink
Merge pull request #13 from Crocmagnon/go1.23
Browse files Browse the repository at this point in the history
cd: test with go 1.23rc1
  • Loading branch information
Crocmagnon committed Jul 1, 2024
2 parents bf0cfec + 40f87bf commit f35e8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
strategy:
matrix:
go: ['1.21', '1.22']
go: ['1.21', '1.22', '1.23.0-rc.1']
os: [macos-latest, windows-latest, ubuntu-latest]
name: build
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit f35e8a2

Please sign in to comment.