1 Commits

Author SHA1 Message Date
renovate[bot]
42f1acc05b fix(deps): update module github.com/prometheus/client_golang to v1.20.5 2024-12-06 09:38:05 +00:00
4 changed files with 1264 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- goarch: arm64
goos: windows
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: wangyoucao577/go-release-action@v1.36
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -4,7 +4,7 @@ COPY . .
RUN go get -d -v .
RUN go build -v -o hg612-exporter .
FROM alpine:3.21.0
FROM alpine:3.20.2
WORKDIR /service
COPY --from=build /build/hg612-exporter .
ENTRYPOINT ["./hg612-exporter"]

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.15
require (
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/client_golang v1.20.5
github.com/sirupsen/logrus v1.9.3
github.com/urfave/cli/v2 v2.11.0
)

1261
go.sum

File diff suppressed because it is too large Load Diff