Skip to content

Commit 9a56432

Browse files
committed
ci: update workflow to support Go version 1.23
- Add Go version 1.23 to the workflow configuration Signed-off-by: appleboy <[email protected]>
1 parent a0cf321 commit 9a56432

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
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
os: [ubuntu-latest, macos-latest]
42-
go: [1.18, 1.19, "1.20", 1.21, 1.22]
42+
go: [1.18, 1.19, "1.20", 1.21, 1.22, 1.23]
4343
include:
4444
- os: ubuntu-latest
4545
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)