Skip to content

Commit c3ab5f0

Browse files
committed
chore: Update tools
1 parent 4a7ba5f commit c3ab5f0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ env:
1919
CHOCOLATEY_VERSION: 2.5.0 # https://github.com/chocolatey/choco/releases
2020
EDITORCONFIG_CHECKER_VERSION: 3.3.0 # https://github.com/editorconfig-checker/editorconfig-checker/releases
2121
GO_VERSION: 1.24.5 # https://go.dev/doc/devel/release
22-
GOLANGCI_LINT_VERSION: 2.2.2 # https://github.com/golangci/golangci-lint/releases
22+
GOLANGCI_LINT_VERSION: 2.3.0 # https://github.com/golangci/golangci-lint/releases
2323
GORELEASER_VERSION: 2.11.0 # https://github.com/goreleaser/goreleaser/releases
2424
GOVERSIONINFO_VERSION: 1.5.0 # https://github.com/josephspurrier/goversioninfo/releases
2525
PYTHON_VERSION: '3.10' # https://www.python.org/downloads/
2626
RAGE_VERSION: 0.11.1 # https://github.com/str4d/rage/releases
27-
UV_VERSION: 0.8.0 # https://github.com/astral-sh/uv/releases
27+
UV_VERSION: 0.8.1 # https://github.com/astral-sh/uv/releases
2828
jobs:
2929
changes:
3030
runs-on: ubuntu-22.04

.golangci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ linters:
4242
- misspell
4343
- nilerr
4444
- nilnesserr
45-
- noctx
4645
- nolintlint
4746
- nosprintfhostport
4847
- perfsprint
@@ -94,6 +93,7 @@ linters:
9493
- nestif
9594
- nilnil
9695
- nlreturn
96+
- noctx
9797
- nonamedreturns
9898
- paralleltest
9999
- promlinter
@@ -139,6 +139,8 @@ linters:
139139
disabled: true
140140
- name: empty-block
141141
disabled: true
142+
- name: enforce-switch-style
143+
disabled: true
142144
- name: exported
143145
disabled: true
144146
- name: filename-format

0 commit comments

Comments
 (0)