Skip to content
Snippets Groups Projects
Commit 2107ae19 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix: rename go -> golang

parent 4c570c7b
Branches
Tags 13.87.1
No related merge requests found
......@@ -956,7 +956,7 @@ const options = [
mergeable: true,
},
{
name: 'go',
name: 'golang',
description: 'Configuration object for Go language',
stage: 'package',
type: 'json',
......
......@@ -6,5 +6,5 @@ module.exports = {
extractDependencies,
updateDependency,
getArtifacts,
language: 'go',
language: 'golang',
};
......@@ -21,7 +21,7 @@ for (const manager of managerList) {
managers[manager] = require(`./${manager}`);
}
const languageList = ['docker', 'go', 'js', 'node', 'php', 'python'];
const languageList = ['docker', 'golang', 'js', 'node', 'php', 'python'];
const get = (manager, name) => managers[manager][name];
const getLanguageList = () => languageList;
......
......@@ -215,7 +215,7 @@ The primary use case for this option is if you are following a pre-release tag o
Add to this configuration setting if you need to override any of the GitLab CI default settings. Use the `docker` config object instead if you wish for configuration to apply across all Docker-related package managers.
## go
## golang
Configuration added here applies for all Go-related updates, however currently the only supported package manager for Go is the native Go Modules (`go mod`).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment