8000
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 62944ca commit b71353aCopy full SHA for b71353a
.github/workflows/build.yml
@@ -9,13 +9,14 @@ jobs:
9
- uses: actions/checkout@v4
10
- uses: actions/setup-go@v5
11
with:
12
- go-version: '1.18'
+ go-version: '1.20'
13
- name: Run tests
14
run: make test
15
- name: Send coverage report to coveralls
16
uses: shogo82148/actions-goveralls@v1
17
18
path-to-profile: profile.cov
19
+ ignore: model.go
20
21
test-platforms:
22
strategy:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/spdx/tools-golang
2
3
-go 1.18
+go 1.20
4
5
require (
6
github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092
0 commit comments