Skip to content

Commit

Permalink
Merge pull request #266 from attestantio/update-workflows
Browse files Browse the repository at this point in the history
Update workflows.
  • Loading branch information
mcdee authored Oct 15, 2024
2 parents eb123f0 + 4771be4 commit 2c82e25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

permissions:
contents: read
pull-requests: read

jobs:
golangci:
Expand All @@ -21,4 +22,6 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: 'latest'
args: '--timeout=60m'
only-new-issues: true
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
cache: false
go-version: '^1.22'
- uses: actions/checkout@v4
- uses: n8maninger/action-golang-test@v1
- uses: n8maninger/action-golang-test@v2
with:
args: "-race;-timeout=30m"

0 comments on commit 2c82e25

Please sign in to comment.