aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-02-10 10:43:32 +0100
committerGravatar GitHub <noreply@github.com> 2024-02-10 10:43:32 +0100
commit20c2c4832e32596e16ca7468fd92bf6f0dd41f1c (patch)
tree3303f398e1f88dc27bc70c5771d8fc2824306de2
parentUpdate all github actions, add go1.22 (#1707) (diff)
downloadfasthttp-20c2c4832e32596e16ca7468fd92bf6f0dd41f1c.tar.gz
fasthttp-20c2c4832e32596e16ca7468fd92bf6f0dd41f1c.tar.bz2
fasthttp-20c2c4832e32596e16ca7468fd92bf6f0dd41f1c.zip
chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#1711)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v4) --- 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 1ca2ed1..5c1fe80 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
go-version: 1.20.x
- run: go version
- name: Run golangci-lint
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v4
with:
version: v1.55.2
args: --verbose