Commit 579300a1 authored by Timo Furrer's avatar Timo Furrer
Browse files

Bumps Go version to 1.24.1

This patch bumps the used Go version to the latest 1.24.1
parent 0b902570
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ include:
  - component: ${CI_SERVER_FQDN}/gitlab-org/components/danger-review/danger-review@2.0.0

variables:
  GO_VERSION: "1.22.0"
  GO_VERSION: "1.24.1"
  GLAB_VERSION: "1.53.0"
  # See https://docs.gitlab.com/ee/user/packages/generic_packages/#publish-a-package-file
  PACKAGE_REGISTRY_URL: "$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/release-cli"
+1 −1
Original line number Diff line number Diff line
golang 1.21.1
golang 1.24.1
+2 −2
Original line number Diff line number Diff line
FROM golang:1.21.1-alpine3.18 AS builder
FROM golang:1.24.1-alpine3.21 AS builder
RUN apk --no-cache add ca-certificates make git && update-ca-certificates

COPY . /release-cli
@@ -6,7 +6,7 @@ WORKDIR /release-cli

RUN make build

FROM alpine:3.18
FROM alpine:3.21

# default, overridable via `--build-arg`
ARG GLAB_VERSION=1.53.0
+1 −1
Original line number Diff line number Diff line
module gitlab.com/gitlab-org/release-cli

go 1.19
go 1.24.0

require (
	github.com/cyphar/filepath-securejoin v0.2.4