We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863cd33 commit 42de844Copy full SHA for 42de844
2 files changed
.github/workflows/go.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install Go
30
uses: actions/setup-go@v5
31
with:
32
- go-version: 1.25.x
+ go-version: 1.26.x
33
- name: Check Go module tidiness
34
shell: bash
35
run: |
@@ -51,7 +51,7 @@ jobs:
51
name: Test
52
strategy:
53
matrix:
54
- go-version: [ 1.25.x ]
+ go-version: [ 1.26.x ]
55
platform: [ ubuntu-latest, macos-latest, windows-latest ]
56
runs-on: ${{ matrix.platform }}
57
steps:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/gogs/git-module/v2
2
3
-go 1.24.0
+go 1.26.0
4
5
require github.com/stretchr/testify v1.11.1
6
0 commit comments