Skip to content

Commit

Permalink
chore(deps): update golangci/golangci-lint-action action to v6 (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 4deab04 commit abd22d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Fix file permissions
run: sudo chmod 0755 internal/arch/file/expect/test/permissions/0755.txt
- name: Lint Go files
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
args: -v --color=always --config=.rules/.golangci.yml ./...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Fix file permissions
run: sudo chmod 0755 internal/arch/file/expect/test/permissions/0755.txt
- name: Lint Go files
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
args: -v --color=always --config=.rules/.golangci.yml ./...
Expand Down

0 comments on commit abd22d0

Please sign in to comment.