diff --git a/Taskfile.yml b/Taskfile.yml index 775b6f85..72e0dbdd 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -34,7 +34,7 @@ tasks: # renovate: datasource=git-refs depName=golangci-lint lookupName=https://github.com/sagikazarmark/daggerverse currentValue=main DAGGER_GOLANGCI_LINT_SHA: 6133ad18e131b891d4723b8e25d69f5de077b472 # renovate: datasource=docker depName=golangci/golangci-lint versioning=semver - GOLANGCI_LINT_VERSION: v2.1.6 + GOLANGCI_LINT_VERSION: v2.5.0 cmds: - > GITHUB_REF= dagger -sc "github.com/sagikazarmark/daggerverse/golangci-lint@${DAGGER_GOLANGCI_LINT_SHA} diff --git a/pkg/utils/barman_test.go b/pkg/utils/barman_test.go index 08d78bbd..ac7c8118 100644 --- a/pkg/utils/barman_test.go +++ b/pkg/utils/barman_test.go @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -package utils +package utils //nolint:revive import ( . "github.com/onsi/ginkgo/v2" diff --git a/pkg/utils/doc.go b/pkg/utils/doc.go index 2aca265d..15a8974b 100644 --- a/pkg/utils/doc.go +++ b/pkg/utils/doc.go @@ -16,4 +16,4 @@ limitations under the License. // Package utils contains a set of utility functions // that are related to supporting Barman cloud -package utils +package utils //nolint:revive