diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a6682db..267af97 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: ./...