From b88787d969cd3856adc6af715289fe3b061c9f32 Mon Sep 17 00:00:00 2001 From: Samuel Laferriere Date: Wed, 21 Aug 2024 16:33:31 -0700 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a6682db9..267af973 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,10 +20,10 @@ jobs: uses: actions/checkout@v3 - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v6 with: - version: v1.54 - args: --timeout 3m --verbose + version: v1.60 + args: --timeout 3m go-sec: runs-on: ubuntu-latest @@ -35,4 +35,4 @@ jobs: - name: Run Gosec Security Scanner uses: securego/gosec@master with: - args: ./... \ No newline at end of file + args: ./...