Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # tag=v9.2.0
with:
version: v2.8.0
version: v2.10.1
args: --output.text.print-linter-name=true --output.text.colors=true --timeout 10m
working-directory: ${{matrix.working-directory}}
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ linters:
- staticcheck
path: (.+)\.go$
text: (ST1000|QF1008)
# Allow 'version' as a package name even though it conflicts with Go 1.24+ stdlib
- linters:
- revive
text: 'var-naming: avoid package names that conflict with Go standard library package names'
issues:
max-issues-per-linter: 0
max-same-issues: 0
Expand Down
2 changes: 0 additions & 2 deletions tools/setup-envtest/version/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and

limitations under the License.
*/

Expand Down
Loading