Skip to content

Commit 85c6a45

Browse files
authored
Merge pull request #8312 from killianmuldoon/golangci-lint-v1.52
🌱 Bump golangci-lint to v1.51.2
2 parents e7589e1 + a07e6e5 commit 85c6a45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
- name: golangci-lint
3131
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # tag=v3.4.0
3232
with:
33-
version: v1.51.1
33+
version: v1.51.2
3434
working-directory: ${{matrix.working-directory}}

test/framework/kubetest/setup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func copyFile(srcFilePath, destFilePath string) error {
3131
if err != nil {
3232
return err
3333
}
34-
destFile, err := os.Create(destFilePath) //nolint:gosec // No security issue: destFilePath is safe.
34+
destFile, err := os.Create(destFilePath)
3535
if err != nil {
3636
return err
3737
}

0 commit comments

Comments
 (0)