Skip to content

Commit 511707b

Browse files
committed
Remove go 1.21 from unit tests and add 1.23
1 parent 618082e commit 511707b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
go-version: ["1.21", "1.22", stable]
38+
go-version: ["1.22", "1.23", stable]
3939
steps:
4040
- name: Checkout Repository
4141
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)