Skip to content

Commit f387d62

Browse files
committed
build: Update test workflow to rely on oldstable/stable
x-ref: go-git/go-git#1769 Signed-off-by: Paulo Gomes <pjbgf@linux.com>
1 parent 915dae9 commit f387d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
go-version: [1.21.x,1.22.x,1.23.x]
8+
go-version: [1.24.x, oldstable, stable]
99
platform: [ubuntu-latest, macos-latest, windows-latest]
1010
runs-on: ${{ matrix.platform }}
1111
steps:

0 commit comments

Comments
 (0)