Skip to content

Commit 25207c8

Browse files
committed
build: Bump Go versions in workflows
Signed-off-by: Paulo Gomes <paulo@entire.io>
1 parent 2fda229 commit 25207c8

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.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.24.x, oldstable, stable]
8+
go-version: [oldstable, stable]
99
platform: [ubuntu-latest, macos-latest, windows-latest]
1010
runs-on: ${{ matrix.platform }}
1111
steps:

.github/workflows/test_wasip1.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.22.x,1.23.x]
8+
go-version: [oldstable, stable]
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout code

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module github.com/go-git/go-billy/v5
22

3-
// go-git supports the last 3 stable Go versions.
43
go 1.25.0
54

65
require (

0 commit comments

Comments
 (0)