Skip to content

Commit

Permalink
Merge branch 'master' into feature/avoid-deprecated-code
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen committed Feb 11, 2024
2 parents a19c3e0 + 724f285 commit 8d9986f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
go-version-file: 'go.mod'

- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
uses: golangci/golangci-lint[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
args: --timeout=10m

- name: Test and build image
run: |
Expand Down

0 comments on commit 8d9986f

Please sign in to comment.