internal/fetch: remove comment that is no longer relevant. #151
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run govulncheck | |
on: [push] | |
jobs: | |
govulncheck: | |
runs-on: ubuntu-latest | |
steps: | |
- id: govulncheck | |
uses: golang/govulncheck-action@v0.1.0 |