From b4ff38faff7fc4a094f6cc8017d07357a552036f Mon Sep 17 00:00:00 2001 From: Spiegel Date: Sun, 26 Mar 2023 12:18:21 +0900 Subject: [PATCH] Fix build.yml --- .github/workflows/build.yml | 2 ++ makelink/makelink.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07c7a22..6509ac0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,8 @@ jobs: uses: actions/setup-go@v3 with: go-version-file: 'go.mod' + - name: install syft + run: go install github.com/anchore/syft/cmd/syft@latest - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4 diff --git a/makelink/makelink.go b/makelink/makelink.go index 0937891..d5a19a2 100644 --- a/makelink/makelink.go +++ b/makelink/makelink.go @@ -156,7 +156,7 @@ func (lnk *Link) String() string { return fmt.Sprint(lnk.Encode(StyleJSON)) } -/* Copyright 2017-2021 Spiegel +/* Copyright 2017-2023 Spiegel * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.