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
1
# ############################################
2
2
# Build
3
3
# ############################################
4
- FROM --platform=$BUILDPLATFORM golang:1.19 -alpine as build
4
+ FROM --platform=$BUILDPLATFORM golang:1.20 -alpine as build
5
5
6
6
RUN apk upgrade --no-cache --force
7
7
RUN apk add --update build-base make git
Original file line number Diff line number Diff line change 1
1
#############################################
2
2
# Build
3
3
#############################################
4
- FROM --platform=$BUILDPLATFORM golang:1.19 -alpine as build
4
+ FROM --platform=$BUILDPLATFORM golang:1.20 -alpine as build
5
5
6
6
RUN apk upgrade --no-cache --force
7
7
RUN apk add --update build-base make git
Original file line number Diff line number Diff line change 1
1
module github.com/webdevops/azure-auditor
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/Azure/azure-sdk-for-go/sdk/monitor/azquery v1.1.0
You can’t perform that action at this time.
0 commit comments