From f79bf565d42017d01e6486f97b913a639a92d094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 19:28:54 +0000 Subject: [PATCH] Bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 (#509) --- .github/workflows/go_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index 982caa8f..9cb0c878 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml @@ -23,7 +23,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: golangci-lint - uses: golangci/golangci-lint-action@v3.4.0 + uses: golangci/golangci-lint-action@v3.5.0 with: version: v1.53.1 - name: Install Go