From 311c5f14b4bc275b3472236ff22b7441377df658 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Tue, 2 Jan 2024 14:21:52 -0800 Subject: [PATCH] Update workflow.yaml Signed-off-by: Andrew Peabody --- .github/workflows/workflow.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 5caa5acaa36..8fefb9da7df 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -29,7 +29,7 @@ jobs: lint: name: "Lint" runs-on: ubuntu-22.04 - timeout-minutes: 10 + timeout-minutes: 5 steps: - name: Harden Runner uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 @@ -50,8 +50,7 @@ jobs: uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0 with: # version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version - version: v1.51.2 - args: --timeout 3m --verbose + version: v1.54.1 test: name: "Unit test"