Skip to content

Commit f961c72

Browse files
authored
chore: bump ci tests to include go1.23 (#405)
1 parent 62e504c commit f961c72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
go: ["1.20", "1.21", "1.22"]
16+
go: ["1.21", "1.22", "1.23"]
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Go
1515
uses: actions/setup-go@v5
1616
with:
17-
go-version: "1.22"
17+
go-version: "1.23"
1818
check-latest: true
1919
- name: golangci-lint
2020
uses: golangci/golangci-lint-action@v6

0 commit comments

Comments
 (0)