diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b63cd691d875ab6c4ded9164c58a0706057b696f..2f2aa3b3318eae4bcfa01da5436c68eb9a72265d 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.91 # renovate:managed + ref: v2.92 # 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.91 # renovate:managed + ref: v2.92 # renovate:managed file: templates/golang.yml variables: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 18853e480853f68b0e5fe81bef1c461303484eee..8464f88e3fee597e09c1cbcc74d4ca071ad28813 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.91 # renovate:managed + rev: v2.92 # renovate:managed hooks: - id: shellcheck # Run shellcheck for changed Shell files