Skip to content

Commit 42de844

Browse files
committed
chore: update go.mod and CI to Go 1.26
1 parent 863cd33 commit 42de844

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Go
3030
uses: actions/setup-go@v5
3131
with:
32-
go-version: 1.25.x
32+
go-version: 1.26.x
3333
- name: Check Go module tidiness
3434
shell: bash
3535
run: |
@@ -51,7 +51,7 @@ jobs:
5151
name: Test
5252
strategy:
5353
matrix:
54-
go-version: [ 1.25.x ]
54+
go-version: [ 1.26.x ]
5555
platform: [ ubuntu-latest, macos-latest, windows-latest ]
5656
runs-on: ${{ matrix.platform }}
5757
steps:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gogs/git-module/v2
22

3-
go 1.24.0
3+
go 1.26.0
44

55
require github.com/stretchr/testify v1.11.1
66

0 commit comments

Comments
 (0)