Skip to content

Commit

Permalink
chore: require go 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Zantow <[email protected]>
  • Loading branch information
kzantow committed Aug 1, 2024
1 parent 62944ca commit b71353a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.18'
go-version: '1.20'
- name: Run tests
run: make test
- name: Send coverage report to coveralls
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov
ignore: model.go

test-platforms:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/spdx/tools-golang

go 1.18
go 1.20

require (
github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092
Expand Down

0 comments on commit b71353a

Please sign in to comment.