Skip to content

Commit 014d670

Browse files
Bump golangci/golangci-lint-action in the gh-action-major group
Bumps the gh-action-major group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `golangci/golangci-lint-action` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-action-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 67cb5fa commit 014d670

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
git config --global url.https://x-access-token:$GITHUB_TOKEN@github.com/.insteadOf https://github.com/
4141
- name: golangci-lint
42-
uses: golangci/golangci-lint-action@v8.0.0
42+
uses: golangci/golangci-lint-action@v9.0.0
4343
with:
4444
version: latest
4545
args: --timeout=5m

0 commit comments

Comments
 (0)