File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
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.23.11
5+ ARG GO_VERSION=1.23.12
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.23.11
36+ # Install Go 1.23.12
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 11module github.com/newrelic/infrastructure-agent
22
3- go 1.23.11
3+ go 1.23.12
44
55require (
66 github.com/Microsoft/go-winio v0.6.2
Original file line number Diff line number Diff line change 1- FROM golang:1.23.11
1+ FROM golang:1.23.12
22
33WORKDIR /go/src/github.com/newrelic/infrastructure-agent/
44
Original file line number Diff line number Diff line change 1- FROM golang:1.23.11 as builder
1+ FROM golang:1.23.12 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.23.11 as builder
1+ FROM golang:1.23.12 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.23.11
3+ go 1.23.12
44
55require github.com/aws/aws-sdk-go v1.39.0
66
Original file line number Diff line number Diff line change 11module spin-ec2
22
3- go 1.23.11
3+ go 1.23.12
44
55require (
66 github.com/spf13/cobra v1.2.1
Original file line number Diff line number Diff line change 11module yamlgen
22
3- go 1.23.11
3+ go 1.23.12
44
55require (
66 github.com/ghodss/yaml v1.0.0
You can’t perform that action at this time.
0 commit comments