Skip to content

Commit 45a11fd

Browse files
committed
build: Bump Go to 1.22
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 855d56b commit 45a11fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
go-version: [1.21.x,1.22.x,1.23.x]
13+
go-version: [1.22.x,1.23.x,1.24.x]
1414
platform: [ubuntu-latest, macos-latest, windows-latest]
1515
runs-on: ${{ matrix.platform }}
1616
steps:

.github/workflows/test_wasip1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
strategy:
1313
matrix:
14-
go-version: [1.22.x,1.23.x]
14+
go-version: [1.23.x,1.24.x]
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout code

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module github.com/go-git/go-billy/v6
22

33
// go-git supports the last 3 stable Go versions.
4-
go 1.21
4+
go 1.22
55

66
require (
77
github.com/cyphar/filepath-securejoin v0.4.1

0 commit comments

Comments
 (0)