Skip to content

Commit

Permalink
Merge pull request #66 from magnusbaeck/go-mod-version
Browse files Browse the repository at this point in the history
go.mod: Bump required Go version to 1.18
  • Loading branch information
shibumi committed Oct 11, 2023
2 parents 936a4ac + e033e37 commit fe183c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.19.x, 1.20.x]
go-version: [1.18.x, 1.19.x, 1.20.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/package-url/packageurl-go

go 1.17
go 1.18

0 comments on commit fe183c1

Please sign in to comment.