We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5e3fb commit e2a1910Copy full SHA for e2a1910
.github/workflows/release-assets.yaml
@@ -17,7 +17,7 @@ jobs:
17
18
- uses: actions/setup-go@v2
19
with:
20
- go-version: '1.19'
+ go-version: '1.20'
21
check-latest: true
22
23
- name: Build
Dockerfile
@@ -1,7 +1,7 @@
1
#############################################
2
# Build
3
4
-FROM --platform=$BUILDPLATFORM golang:1.19-alpine as build
+FROM --platform=$BUILDPLATFORM golang:1.20-alpine as build
5
6
RUN apk upgrade --no-cache --force
7
RUN apk add --update build-base make git
go.mod
@@ -1,6 +1,6 @@
module github.com/webdevops/azure-loganalytics-exporter
-go 1.19
+go 1.20
require (
github.com/Azure/azure-sdk-for-go/sdk/monitor/azquery v1.1.0
0 commit comments