Skip to content

Commit c324950

Browse files
committed
Update Go 1.25.x/1.26.x, GitHub Actions, go.mod Go 1.25, dependencies
1 parent 463b51c commit c324950

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
test:
1010
strategy:
1111
matrix:
12-
go-version: [1.24.x, 1.25.x]
12+
go-version: [1.25.x, 1.26.x]
1313
platform: [ubuntu-latest, macos-latest, windows-latest]
1414
runs-on: ${{ matrix.platform }}
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
17+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818
with:
1919
fetch-depth: 0
2020
- name: Install Go

go.mod

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

3-
go 1.24
3+
go 1.25
44

55
require github.com/frankban/quicktest v1.14.6
66

0 commit comments

Comments
 (0)