File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
2828jobs :
2929 changes :
3030 runs-on : ubuntu-22.04
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments