diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 465a8d9e..cf68f2af 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/test/integration/match_by_image_test.go b/test/integration/match_by_image_test.go index ea79295f..de9db71c 100644 --- a/test/integration/match_by_image_test.go +++ b/test/integration/match_by_image_test.go @@ -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