Skip to content

Commit b71353a

Browse files
committed
chore: require go 1.20
Signed-off-by: Keith Zantow <[email protected]>
1 parent 62944ca commit b71353a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-go@v5
1111
with:
12-
go-version: '1.18'
12+
go-version: '1.20'
1313
- name: Run tests
1414
run: make test
1515
- name: Send coverage report to coveralls
1616
uses: shogo82148/actions-goveralls@v1
1717
with:
1818
path-to-profile: profile.cov
19+
ignore: model.go
1920

2021
test-platforms:
2122
strategy:

go.mod

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

3-
go 1.18
3+
go 1.20
44

55
require (
66
github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092

0 commit comments

Comments
 (0)