Skip to content

Commit

Permalink
going back to square one
Browse files Browse the repository at this point in the history
  • Loading branch information
zpavlinovic committed Aug 21, 2023
1 parent 3270b92 commit 8d6d999
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/actions/govulncheck/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ inputs:
go-version-input: # version of Go to use for govulncheck
description: 'Version of Go to use for govulncheck'
required: false
default: '>=1.19.0'
check-latest:
description: 'Set this option to true if you want the action to always check for the latest available Go version that satisfies the version spec'
required: false
Expand Down Expand Up @@ -32,12 +33,6 @@ runs:
steps:
- if: inputs.repo-checkout != 'false' # only explicit false prevents repo checkout
uses: actions/checkout@v3
- uses: actions/[email protected]
with:
go-version-file: ${{ inputs.go-version-file }}
check-latest: ${{ inputs.check-latest }}
cache: ${{ inputs.cache }}
- na
- uses: actions/[email protected]
with:
go-version: ${{ inputs.go-version-input }}
Expand Down

0 comments on commit 8d6d999

Please sign in to comment.