aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar Lauris BH <lauris@nix.lv> 2021-04-23 10:17:45 +0300
committerGravatar GitHub <noreply@github.com> 2021-04-23 09:17:45 +0200
commit894272e5784b5e94c09caaafdecdc1be386b08db (patch)
tree3e71cf7d923d29c899f0b012bdb3e9151f724c83 /.github
parentAdding support for securing error logs (#1001) (diff)
downloadfasthttp-894272e5784b5e94c09caaafdecdc1be386b08db.tar.gz
fasthttp-894272e5784b5e94c09caaafdecdc1be386b08db.tar.bz2
fasthttp-894272e5784b5e94c09caaafdecdc1be386b08db.zip
Fix golangci-lint action (#1010)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 33dce5d..22b46e4 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -9,6 +9,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: GolangCI-Lint Action
- uses: actions-contrib/golangci-lint@v1
+ uses: golangci/golangci-lint-action@v2
with:
- golangci_lint_version: v1.28.3
+ version: v1.28.3