File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717
1818 - uses : actions/setup-go@v2
1919 with :
20- go-version : ' 1.19 '
20+ go-version : ' 1.20 '
2121 check-latest : true
2222
2323 - name : Build
Original file line number Diff line number Diff line change 11# ############################################
22# Build
33# ############################################
4- FROM --platform=$BUILDPLATFORM golang:1.19 -alpine as build
4+ FROM --platform=$BUILDPLATFORM golang:1.20 -alpine as build
55
66RUN apk upgrade --no-cache --force
77RUN apk add --update build-base make git
Original file line number Diff line number Diff line change 11module github.com/webdevops/azure-resourcegraph-exporter
22
3- go 1.19
3+ go 1.20
44
55require (
66 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resourcegraph/armresourcegraph v0.7.1
You can’t perform that action at this time.
0 commit comments