ci: update Go version in workflow to 1.23

- Update the Go version in the workflow to include 1.23

Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
appleboy
2024-09-06 16:03:56 +08:00
parent 47c90ae600
commit 1f66667a65
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.22]
go: [1.22, 1.23]
include:
- os: ubuntu-latest
go-build: ~/.cache/go-build