mirror of
https://github.com/nikdoof/hg612-exporter.git
synced 2025-12-27 17:49:22 +00:00
Compare commits
5 Commits
renovate/g
...
renovate/w
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6cd389e049 | ||
| 6da8f4d747 | |||
| c9b26ac48e | |||
|
|
c73d6b71b1 | ||
|
|
7213f2fd28 |
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@@ -16,8 +16,8 @@ jobs:
|
||||
- goarch: arm64
|
||||
goos: windows
|
||||
steps:
|
||||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
|
||||
- uses: wangyoucao577/go-release-action@v1.36
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
- uses: wangyoucao577/go-release-action@v1.52
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
goos: ${{ matrix.goos }}
|
||||
|
||||
@@ -4,7 +4,7 @@ COPY . .
|
||||
RUN go get -d -v .
|
||||
RUN go build -v -o hg612-exporter .
|
||||
|
||||
FROM alpine:3.20.2
|
||||
FROM alpine:3.21.0
|
||||
WORKDIR /service
|
||||
COPY --from=build /build/hg612-exporter .
|
||||
ENTRYPOINT ["./hg612-exporter"]
|
||||
2
go.mod
2
go.mod
@@ -4,7 +4,7 @@ go 1.15
|
||||
|
||||
require (
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/prometheus/client_golang v1.20.5
|
||||
github.com/prometheus/client_golang v1.14.0
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
github.com/urfave/cli/v2 v2.11.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user