Skip to content

Commit

Permalink
Update workflow.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Peabody <[email protected]>
  • Loading branch information
apeabody authored Jan 2, 2024
1 parent 48f7f04 commit 311c5f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 311c5f1

Please sign in to comment.