Skip to content

Commit 1b97dcf

Browse files
committed
switch to golang 1.23
Signed-off-by: Markus Blaschke <[email protected]>
1 parent a32df8e commit 1b97dcf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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.22-alpine as build
4+
FROM --platform=$BUILDPLATFORM golang:1.23-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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/webdevops/azure-auditor
22

3-
go 1.22.0
4-
5-
toolchain go1.22.6
3+
go 1.23.0
64

75
require (
86
github.com/Azure/azure-sdk-for-go/sdk/monitor/azquery v1.1.0

0 commit comments

Comments
 (0)