File tree Expand file tree Collapse file tree 9 files changed +14
-14
lines changed
Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 22FROM ubuntu:16.04
33
44# Define Go version
5- ARG GO_VERSION=1.25.6
5+ ARG GO_VERSION=1.25.7
66# Define build-time arguments for the GitHub CLI version and architecture
77ARG GH_VERSION='2.0.0'
88ARG GH_ARCH='amd64'
@@ -33,7 +33,7 @@ RUN apt-get update && apt-get install -y \
3333# RUN apt-get install -y \
3434# gcc-5-multilib-mips-linux-gnu
3535
36- # Install Go 1.25.6
36+ # Install Go 1.25.7
3737RUN curl -sSL https://golang.org/dl/go${GO_VERSION}.linux-amd64.tar.gz -o go${GO_VERSION}.linux-amd64.tar.gz && \
3838 tar -C /usr/local -xzf go${GO_VERSION}.linux-amd64.tar.gz && \
3939 rm go${GO_VERSION}.linux-amd64.tar.gz
Original file line number Diff line number Diff line change 11#ohi-repo-name,version
2- nri-docker,v2.6.7
3- nri-flex,v1.17.3
4- nri-winservices,v1.4.2
5- nri-prometheus,v2.27.6
2+ nri-docker,v2.6.8
3+ nri-flex,v1.17.4
4+ nri-winservices,v1.4.3
5+ nri-prometheus,v2.27.7
Original file line number Diff line number Diff line change 3030 vars :
3131 self_instrumentation : true
3232 target_agent_version : " {{ current_version }}"
33- go_version : 1.25.6
33+ go_version : 1.25.7
3434 display_name : " {{ inventory_hostname }}-current"
3535
3636- hosts : macos_previous
5050 vars :
5151 self_instrumentation : true
5252 target_agent_version : " {{ previous_version }}"
53- go_version : 1.25.6
53+ go_version : 1.25.7
5454 display_name : " {{ inventory_hostname }}-previous"
5555...
Original file line number Diff line number Diff line change 1- FROM golang:1.25.6
1+ FROM golang:1.25.7
22
33WORKDIR /go/src/github.com/newrelic/infrastructure-agent/
44
Original file line number Diff line number Diff line change 1- FROM golang:1.25.6 as builder
1+ FROM golang:1.25.7 as builder
22
33ARG CGO_ENABLED=0
44WORKDIR /go/src/github.com/newrelic/infrastructure-agent
Original file line number Diff line number Diff line change 1- FROM golang:1.25.6 as builder
1+ FROM golang:1.25.7 as builder
22ARG CGO_ENABLED=0
33WORKDIR /go/src/github.com/newrelic/infrastructure-agent
44COPY . .
Original file line number Diff line number Diff line change 11module github.com/newrelic/infrastructure-agent/tools/cdn-purge
22
3- go 1.25.6
3+ go 1.25.7
44
55require (
66 github.com/aws/aws-sdk-go-v2 v1.39.0
Original file line number Diff line number Diff line change 11module spin-ec2
22
3- go 1.25.6
3+ go 1.25.7
44
55require (
66 github.com/spf13/cobra v1.10.1
Original file line number Diff line number Diff line change 11module yamlgen
22
3- go 1.25.6
3+ go 1.25.7
44
55require (
66 github.com/ghodss/yaml v1.0.0
You can’t perform that action at this time.
0 commit comments