Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Benji Visser <[email protected]>
  • Loading branch information
noqcks committed Sep 19, 2023
1 parent 462da8c commit 5170793
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
description: tag the latest commit on main with the given version (prefixed with v)
required: true

env:
GO_VERSION: "1.21.x"

permissions:
contents: read

Expand Down
8 changes: 4 additions & 4 deletions test/integration/match_by_image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ func addPython34Matches(t *testing.T, theResult *match.Matches) {
Package: pkg.Package{
Name: "python",
ID: "10ab199091f52dbc",
Version: "3.5.3",
Version: "3.4",
Type: syftPkg.BinaryPkg,
Language: "",
PURL: "pkg:generic/python@3.5.3",
PURL: "pkg:generic/python@3.4.10",
},
Cycle: eol.Cycle{
ProductName: "Python",
ReleaseCycle: "3.5",
Eol: "2020-09-13",
ReleaseCycle: "3.4",
Eol: "2019-03-18",
},
})
// TODO: tracking issue https://github.com/anchore/syft/issues/2153
Expand Down

0 comments on commit 5170793

Please sign in to comment.