Skip to content

Commit

Permalink
Merge pull request #41 from goark/debug
Browse files Browse the repository at this point in the history
Fix Github Actions
  • Loading branch information
spiegel-im-spiegel authored Oct 14, 2023
2 parents a730812 + 0c933a5 commit 8b039b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
# go-version-file: 'go.mod'
go-version: 1.21.3
- name: install syft
run: go install github.com/anchore/syft/cmd/syft@latest
-
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
# go-version-file: 'go.mod'
go-version: 1.21.3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/vulns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
# go-version-file: 'go.mod'
go-version: 1.21.3
- name: install depm
run: go install github.com/goark/depm@latest
- name: WriteGoList
Expand Down

0 comments on commit 8b039b5

Please sign in to comment.