File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [ workflow_dispatch ]
55jobs :
66 createPullRequest :
77 runs-on : ubuntu-latest
8- container : golang:1.22 -bullseye
8+ container : golang:1.24 -bullseye
99 steps :
1010 - uses : actions/checkout@v3
1111
Original file line number Diff line number Diff line change 1- FROM alpine:3.20.3
1+ FROM alpine:3.21
22
33# Add the binary
44COPY newrelic /bin/newrelic
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/newrelic/newrelic-cli
22
33go 1.24.0
44
5- toolchain go1.24.11
5+ toolchain go1.24.13
66
77require (
88 github.com/AlecAivazis/survey/v2 v2.3.7
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/newrelic/newrelic-cli/tools
22
33go 1.24.0
44
5- toolchain go1.24.11
5+ toolchain go1.24.13
66
77require (
88 github.com/caarlos0/svu v1.9.0
You can’t perform that action at this time.
0 commit comments