As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
Unverified Commit 3cab8d03 authored by Ash McKenzie's avatar Ash McKenzie
Browse files

Make Go 1.22 the base version

parent 1eeecdf4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -94,7 +94,7 @@ default:
.go-matrix-job:
parallel:
matrix:
- GO_VERSION: ["golang-1.21", "golang-1.22"]
- GO_VERSION: ["golang-1.22"]
################################################################################
# Prepare jobs
Loading
Loading
Loading
Loading
@@ -71,7 +71,7 @@ func NewWithUsername(gitlabUsername string, env sshenv.Env, config *config.Confi
return nil, err
}
// When 1.21+ only Golang is supported, it can be refactored by using slices.Contains
// FIXME: When 1.21+ only Golang is supported, it can be refactored by using slices.Contains
if env.NamespacePath != "" {
exists := false
for _, gitCmd := range commandargs.GitCommands {
Loading
Loading
module gitlab.com/gitlab-org/gitlab-shell/v14
go 1.21
go 1.22
toolchain go1.21.9
toolchain go1.22.6
require (
github.com/charmbracelet/git-lfs-transfer v0.1.1-0.20240809134258-2cab0ea18f7e
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment