Skip to content

Commit

Permalink
build: Bump Go to 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Gomes <[email protected]>
  • Loading branch information
pjbgf committed Feb 26, 2025
1 parent 855d56b commit 45a11fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.21.x,1.22.x,1.23.x]
go-version: [1.22.x,1.23.x,1.24.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_wasip1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.22.x,1.23.x]
go-version: [1.23.x,1.24.x]
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/go-git/go-billy/v6

// go-git supports the last 3 stable Go versions.
go 1.21
go 1.22

require (
github.com/cyphar/filepath-securejoin v0.4.1
Expand Down

0 comments on commit 45a11fd

Please sign in to comment.