Skip to content

Commit

Permalink
Merge pull request #98 from philippgille/add-go-1.23-to-ci
Browse files Browse the repository at this point in the history
Add Go 1.23 to build matrix
  • Loading branch information
philippgille authored Sep 1, 2024
2 parents 8f3b91b + f5d3cec commit fc3391b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
# We make use of the `slices` feature, only available in 1.21 and newer
go-version: [ '1.21', '1.22' ]
go-version: [ '1.21', '1.22', '1.23' ]

steps:
- uses: actions/checkout@v4
Expand All @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
# We make use of the `slices` feature, only available in 1.21 and newer
go-version: [ '1.21', '1.22' ]
go-version: [ '1.21', '1.22', '1.23' ]

steps:
- uses: actions/checkout@v4
Expand All @@ -57,7 +57,7 @@ jobs:
strategy:
matrix:
# We make use of the `slices` feature, only available in 1.21 and newer
go-version: [ '1.21', '1.22' ]
go-version: [ '1.21', '1.22', '1.23' ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fc3391b

Please sign in to comment.