Skip to content

Commit

Permalink
Merge pull request #37 from goark/debug
Browse files Browse the repository at this point in the history
Fix build.yml
  • Loading branch information
spiegel-im-spiegel committed Mar 26, 2023
2 parents b0690c1 + b4ff38f commit 8d012b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion makelink/makelink.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8d012b7

Please sign in to comment.