Skip to content

Commit 75c1537

Browse files
committed
switch to golang 1.21
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 4a1dd62 commit 75c1537

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#############################################
22
# Build
33
#############################################
4-
FROM --platform=$BUILDPLATFORM golang:1.20-alpine as build
4+
FROM --platform=$BUILDPLATFORM golang:1.21-alpine as build
55

66
RUN apk upgrade --no-cache --force
77
RUN apk add --update build-base make git

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/webdevops/azure-metrics-exporter
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.8.0-beta.1

0 commit comments

Comments
 (0)