We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463b51c commit c324950Copy full SHA for c324950
.github/workflows/test.yml
@@ -9,12 +9,12 @@ jobs:
9
test:
10
strategy:
11
matrix:
12
- go-version: [1.24.x, 1.25.x]
+ go-version: [1.25.x, 1.26.x]
13
platform: [ubuntu-latest, macos-latest, windows-latest]
14
runs-on: ${{ matrix.platform }}
15
steps:
16
- name: Checkout code
17
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18
with:
19
fetch-depth: 0
20
- name: Install Go
go.mod
@@ -1,6 +1,6 @@
1
module github.com/bep/gitmap
2
3
-go 1.24
+go 1.25
4
5
require github.com/frankban/quicktest v1.14.6
6
0 commit comments