aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-04-25 18:51:36 +0200
committerGravatar GitHub <noreply@github.com> 2024-04-25 18:51:36 +0200
commit30adc7d046c04d75222d12b5f57f2db9d8cae840 (patch)
tree34bae82dce15af92dca6baad43e4d83df593126e
parentfix: propagate body stream error to close function (#1743) (#1757) (diff)
downloadfasthttp-master.tar.gz
fasthttp-master.tar.bz2
fasthttp-master.zip
chore(deps): bump golangci/golangci-lint-action from 4 to 5 (#1769)HEADmaster
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v4...v5) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index c250bf7..06472d7 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -23,7 +23,7 @@ jobs:
go-version: 1.20.x
- run: go version
- name: Run golangci-lint
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v5
with:
version: v1.56.2
args: --verbose