Skip to content

Commit f35e8a2

Browse files
authored
Merge pull request #13 from Crocmagnon/go1.23
cd: test with go 1.23rc1
2 parents bf0cfec + 40f87bf commit f35e8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
strategy:
1717
matrix:
18-
go: ['1.21', '1.22']
18+
go: ['1.21', '1.22', '1.23.0-rc.1']
1919
os: [macos-latest, windows-latest, ubuntu-latest]
2020
name: build
2121
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)