File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020
2121 - name : Run golangci-lint
2222 uses : golangci/golangci-lint-action@v3
2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v3
28+ uses : actions/checkout@v4
2929
3030 - name : Set up Go
3131 uses : actions/setup-go@v4
4848
4949 steps :
5050 - name : Checkout repository
51- uses : actions/checkout@v3
51+ uses : actions/checkout@v4
5252
5353 - name : Set up QEMU
5454 uses : docker/setup-qemu-action@v2
Original file line number Diff line number Diff line change 1- FROM golang:1.20.3 -alpine3.17 AS builder
1+ FROM golang:1.21.0 -alpine3.18 AS builder
22WORKDIR /go/src/github.com/mrueg/netcupscp-exporter
33COPY . .
44RUN apk --no-cache add make git && make
55
6- FROM alpine:3.17
6+ FROM alpine:3.18
77COPY --from=builder /go/src/github.com/mrueg/netcupscp-exporter/netcupscp-exporter /
88
99CMD ["/netcupscp-exporter" ]
Original file line number Diff line number Diff line change 1- v0.3.1
1+ v0.3.2
Original file line number Diff line number Diff line change 55require (
66 github.com/alecthomas/kingpin/v2 v2.3.2
77 github.com/go-kit/log v0.2.1
8- github.com/hooklift/gowsdl v0.5.1-0.20230328031213-0f6b60ef6cd3
8+ github.com/hooklift/gowsdl v0.5.1-0.20230813171429-039e0b6b92e3
99 github.com/prometheus/client_golang v1.16.0
1010 github.com/prometheus/common v0.44.0
1111 github.com/prometheus/exporter-toolkit v0.10.0
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg
2323github.com/golang/protobuf v1.5.3 /go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY =
2424github.com/google/go-cmp v0.5.5 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
2525github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
26- github.com/hooklift/gowsdl v0.5.1-0.20230328031213-0f6b60ef6cd3 h1:ZuzlDJd2N/MpZmG4Yi2jxQRHwFsZQ/kPquNyNEQi5yA =
27- github.com/hooklift/gowsdl v0.5.1-0.20230328031213-0f6b60ef6cd3 /go.mod h1:9kRc402w9Ci/Mek5a1DNgTmU14yPY8fMumxNVvxhis4 =
26+ github.com/hooklift/gowsdl v0.5.1-0.20230813171429-039e0b6b92e3 h1:eRgBTGUo+DXJ6kk55DU0yWJvgHFUYi6l00saG2m41hM =
27+ github.com/hooklift/gowsdl v0.5.1-0.20230813171429-039e0b6b92e3 /go.mod h1:9kRc402w9Ci/Mek5a1DNgTmU14yPY8fMumxNVvxhis4 =
2828github.com/jpillora/backoff v1.0.0 h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA =
2929github.com/jpillora/backoff v1.0.0 /go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4 =
3030github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
You can’t perform that action at this time.
0 commit comments