Skip to content

Commit ede8e18

Browse files
authored
ci: Test with Go 1.23 (#1464)
With the release of Go 1.23, CI should run against Go 1.22 and 1.23 Signed-off-by: junya koyama <arukiidou@yahoo.co.jp>
1 parent d6b2d14 commit ede8e18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
go: ["1.21.x", "1.22.x"]
19+
go: ["1.22.x", "1.23.x"]
2020
include:
21-
- go: 1.22.x
21+
- go: 1.23.x
2222

2323
steps:
2424
- name: Checkout code
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/setup-go@v5
5757
name: Set up Go
5858
with:
59-
go-version: 1.22.x
59+
go-version: 1.23.x
6060
cache: false # managed by golangci-lint
6161

6262
- uses: golangci/golangci-lint-action@v6

0 commit comments

Comments
 (0)