Skip to content

Commit

Permalink
Merge pull request #48 from eclipse-xpanse/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…golangci/golangci-lint-action-4

Bump golangci/golangci-lint-action from 3 to 4
  • Loading branch information
swaroopar authored Feb 14, 2024
2 parents 1c8e530 + f461b16 commit 65bd8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
go-version: '1.20'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
# Require: The version of golangci-lint to use.
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
Expand Down

0 comments on commit 65bd8b6

Please sign in to comment.