Skip to content

Commit

Permalink
Merge pull request #314 from instructlab/dependabot/github_actions/pr…
Browse files Browse the repository at this point in the history
…oduction-dependencies-fd569f76eb

Bump golangci/golangci-lint-action from 4 to 5 in the production-dependencies group
  • Loading branch information
vishnoianil authored Apr 29, 2024
2 parents 1e6242b + 4ec0782 commit 59a3eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version-file: worker/go.mod
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
with:
version: v1.54
working-directory: worker
Expand All @@ -33,7 +33,7 @@ jobs:
go-version-file: gobot/go.mod
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
with:
version: v1.54
working-directory: gobot
Expand Down

0 comments on commit 59a3eee

Please sign in to comment.