diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79882df4c09c43986e3520b8d7dd28b19a7a2264..44fd0f55efac6f7df5f7c171911d01ed59f37393 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,13 +24,13 @@ include: # common to all projects using this template library. # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/standard.md - project: "gitlab-com/gl-infra/common-ci-tasks" - ref: v2.94 # renovate:managed + ref: v3.0 # renovate:managed file: templates/standard.yml # Runs golang standard tests, including tests, goreleaser, golangci-lint and go-mod-tidy # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/golang.md - project: 'gitlab-com/gl-infra/common-ci-tasks' - ref: v2.94 # renovate:managed + ref: v3.0 # renovate:managed file: templates/golang.yml variables: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 10fc2d996b40a0c7a827341c08bf7c12ce350e8b..fa0cdaf7f723e94e8e287b7a5af8b1e163a854a1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: # Documentation available at # https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/docs/pre-commit.md - repo: https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks - rev: v2.94 # renovate:managed + rev: v3.0 # renovate:managed hooks: - id: shellcheck # Run shellcheck for changed Shell files