File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM golang:1.19
1
+ FROM golang:1.22.2-bookworm
2
2
3
3
ARG GH_VERSION='2.4.0'
4
4
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ release/clean:
21
21
.PHONY : release/deps
22
22
release/deps : $(GORELEASER_BIN )
23
23
@echo " ===> $( INTEGRATION) === [release/deps] install goversioninfo"
24
- @GO111MODULE=off go get github.com/josephspurrier/goversioninfo/cmd/goversioninfo
24
+ go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@233067e5ebdfc62d994b1446a607b40ced91907b
25
25
26
26
.PHONY : release/build
27
27
release/build : release/deps release/clean
Original file line number Diff line number Diff line change 1
1
module github.com/newrelic/nri-vsphere
2
2
3
- go 1.19
3
+ go 1.22.2
4
4
5
5
require (
6
6
github.com/newrelic/infra-integrations-sdk v3.8.2+incompatible
You can’t perform that action at this time.
0 commit comments