Skip to content

Commit 44f4866

Browse files
chore(deps): bump golangci/golangci-lint-action from 6.2.0 to 8.0.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.2.0 to 8.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.2.0...v8.0.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 308526f commit 44f4866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/setup-go@v5
3939
with:
4040
go-version-file: go.mod
41-
- uses: golangci/golangci-lint-action@v6.2.0
41+
- uses: golangci/golangci-lint-action@v8.0.0
4242

4343
build:
4444
timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}

0 commit comments

Comments
 (0)