diff --git a/.gitlab-ci-asdf-versions.yml b/.gitlab-ci-asdf-versions.yml index ce31382a495c50989235beac8b3d411a4e0bd1ac..185be80886350e5de9bbc95c7fee7c3abb0cba47 100644 --- a/.gitlab-ci-asdf-versions.yml +++ b/.gitlab-ci-asdf-versions.yml @@ -1,6 +1,6 @@ # DO NOT MANUALLY EDIT; Run ./scripts/update-asdf-version-variables.sh to update this variables: - GL_ASDF_GOLANG_VERSION: "1.22.8" + GL_ASDF_GOLANG_VERSION: "1.24.5" GL_ASDF_GOLANGCI_LINT_VERSION: "1.64" GL_ASDF_PRE_COMMIT_VERSION: "4.1.0" GL_ASDF_SHELLCHECK_VERSION: "0.10" diff --git a/.tool-versions b/.tool-versions index ee5014c96b92994137e9d1e273a58f965482a97a..cc9893cc2e6cdc948f6c7753500430441aa929c6 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,4 +1,4 @@ -golang 1.22.8 # datasource=docker depName=registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks-images/golang-fips +golang 1.24.5 # datasource=docker depName=registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks-images/golang-fips golangci-lint 1.64 # datasource=github-releases depName=golangci/golangci-lint pre-commit 4.1.0 # datasource=github-releases depName=pre-commit/pre-commit shellcheck 0.10 # datasource=github-releases depName=koalaman/shellcheck diff --git a/commitlint.config.js b/commitlint.config.js index 943ee0efa282b246d81ac3b7aa79fd8f5f11ec48..eedcc3fbde66d994a3eae6b9d9ef7179cff04cb7 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -37,6 +37,7 @@ module.exports = { 'always', [ 'correlation', + 'deps', 'errortracking', 'log', 'mask',