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.
2 parents 936a4ac + e033e37 commit fe183c1Copy full SHA for fe183c1
.github/workflows/test.yaml
@@ -4,7 +4,7 @@ jobs:
4
test:
5
strategy:
6
matrix:
7
- go-version: [1.19.x, 1.20.x]
+ go-version: [1.18.x, 1.19.x, 1.20.x]
8
os: [ubuntu-latest]
9
runs-on: ${{ matrix.os }}
10
steps:
go.mod
@@ -1,3 +1,3 @@
1
module github.com/package-url/packageurl-go
2
3
-go 1.17
+go 1.18
0 commit comments