Skip to content

Commit

Permalink
.github/workflows: disable only-new-issues
Browse files Browse the repository at this point in the history
It seems this option doesn't work as intended. Since we currently do not
have any static checks failing on master, it should be safe to disable
the option.

Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser committed Aug 12, 2021
1 parent e50cb94 commit b242047
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,10 @@ jobs:
- name: Run static checks
uses: golangci/golangci-lint-action@5c56cd6c9dc07901af25baab6f2b0d9f3b7c3018
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.41.1

# Optional: golangci-lint command line arguments.
args: --config=.golangci.yml --verbose

# Optional: show only new issues if it's a pull request. The default value is `false`.
only-new-issues: true

# Optional: if set to true then the action will use pre-installed Go.
skip-go-installation: true

# Optional: if set to true then the action don't cache or restore ~/go/pkg.
skip-pkg-cache: true

# Optional: if set to true then the action don't cache or restore ~/.cache/go-build.
skip-build-cache: true

- name: Check module vendoring
Expand Down

0 comments on commit b242047

Please sign in to comment.