Skip to content

Commit

Permalink
Bump golangci/golangci-lint-action from 4 to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
dsh2dsh committed Apr 29, 2024
1 parent bb8c5aa commit bb76f3b
Showing 1 changed file with 1 addition and 36 deletions.
37 changes: 1 addition & 36 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
with:
# Require: The version of golangci-lint to use.
#
Expand All @@ -33,37 +32,3 @@ jobs:
# When `install-mode` is `goinstall` the value can be v1.2.3,
# `latest`, or the hash of a commit.
version: 'latest'

# Optional: working directory, useful for monorepos
# working-directory: somedir

# Optional: golangci-lint command line arguments.
#
# Note: By default, the `.golangci.yml` file should be at the root of
# the repository.
#
# The location of the configuration file can be changed by using
# `--config=`.
#
# args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0

# 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 all caching functionality will be
# completely disabled, takes precedence over all other caching
# options.
# skip-cache: true

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

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

# Optional: The mode to install golangci-lint. It can be 'binary' or
# 'goinstall'.
# install-mode: "goinstall"

0 comments on commit bb76f3b

Please sign in to comment.