Skip to content

Commit 514e181

Browse files
committed
Remove go 1.23 from test matrix
1 parent 75f7091 commit 514e181

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
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [macos-latest, ubuntu-latest]
10-
goversion: ["1.23", "1.24", "1.25"]
10+
goversion: ["1.24", "1.25"]
1111
steps:
1212
- name: Set up Go ${{matrix.goversion}} on ${{matrix.os}}
1313
uses: actions/setup-go@v6

0 commit comments

Comments
 (0)