Skip to content

Commit

Permalink
Merge pull request #11 from joostmeijles/golangci
Browse files Browse the repository at this point in the history
Use golangci v1.53
  • Loading branch information
joostmeijles authored Aug 28, 2023
2 parents 0cd4de9 + b7c8b88 commit 56b5850
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
strategy:
fail-fast: true
lint:
container: golangci/golangci-lint:latest
container: golangci/golangci-lint:v1.53
name: lint
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
strategy:
fail-fast: true
lint:
container: golangci/golangci-lint:latest
container: golangci/golangci-lint:v1.53
name: lint
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
strategy:
fail-fast: true
lint:
container: golangci/golangci-lint:latest
container: golangci/golangci-lint:v1.53
name: lint
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 56b5850

Please sign in to comment.