chore: bump minimum version to 1.23 (#2059)

* chore: bump minimum version to 1.23

* fix: version package for 1.24

* feat: update golangci-lint version
This commit is contained in:
Pete Davison
2025-02-11 22:43:17 +00:00
committed by GitHub
parent e7a6de64cb
commit ce96447468
6 changed files with 9 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ linters:
- misspell
- noctx
- paralleltest
- tenv
- usetesting
- thelper
- tparallel
@@ -29,6 +29,8 @@ linters-settings:
desc: "Use github.com/go-task/task/v3/errors instead"
goimports:
local-prefixes: github.com/go-task
gofumpt:
module-path: github.com/go-task/task/v3
gofmt:
rewrite-rules:
- pattern: 'interface{}'