File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ permissions: {}
1111jobs :
1212 test :
1313 runs-on : ubuntu-latest
14- strategy :
15- matrix :
16- go-version : ['1.25']
17-
1814 steps :
1915 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2016 with :
2319 - name : Set up Go
2420 uses : actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
2521 with :
26- go-version : ${{ matrix.go-version }}
22+ go-version-file : go.mod
2723
2824 - name : Build
2925 run : go build -v ./...
4137 - name : Set up Go
4238 uses : actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
4339 with :
44- go-version : ' 1.25 '
40+ go-version-file : go.mod
4541
4642 - name : golangci-lint
4743 uses : golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9
Original file line number Diff line number Diff line change 2424 - name : Set up Go
2525 uses : actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
2626 with :
27- go-version : ' 1.22 '
27+ go-version-file : go.mod
2828
2929 - name : Download latest license database
3030 run : |
Original file line number Diff line number Diff line change 11module github.com/git-pkgs/spdx
22
3- go 1.25.6
3+ go 1.26
4+
5+ toolchain go1.26.7
46
57require github.com/github/go-spdx/v2 v2.7.0
You can’t perform that action at this time.
0 commit comments