Skip to content

Commit

Permalink
Add Go 1.23 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
philippgille committed Sep 1, 2024
1 parent f1e4956 commit 57acd31
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 57acd31

Please sign in to comment.