Skip to content

Commit 4438471

Browse files
Bump go version where needed (#3363)
Co-authored-by: github-actions[bot] <action@github.com>
1 parent 9a42a2c commit 4438471

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/prepareDarwinBinariesForRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Go
2525
uses: actions/setup-go@v6
2626
with:
27-
go-version: 1.25.5
27+
go-version: 1.25.7
2828
cache: false
2929

3030
- name: Checkout Source

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ node("docker-ubuntu20-xlarge") {
4444
repo = 'jfrog-cli'
4545
sh 'rm -rf temp'
4646
sh 'mkdir temp'
47-
def goRoot = tool 'go-1.25.5'
47+
def goRoot = tool 'go-1.25.7'
4848
env.GOROOT="$goRoot"
4949
env.PATH+=":${goRoot}/bin:/tmp/node-${nodeVersion}-linux-x64/bin"
5050
env.GO111MODULE="on"

build/docker/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG repo_name_21
22
# Remove ${repo_name_21} to pull from Docker Hub.
3-
FROM ${repo_name_21}/jfrog-docker/golang:1.25.5-alpine as builder
3+
FROM ${repo_name_21}/jfrog-docker/golang:1.25.7-alpine as builder
44
ARG image_name=jfrog-cli
55
ARG cli_executable_name
66
WORKDIR /${image_name}

0 commit comments

Comments
 (0)