5 Commits

Author SHA1 Message Date
renovate[bot]
6cd389e049 chore(deps): update wangyoucao577/go-release-action action to v1.52 2024-12-06 09:38:28 +00:00
6da8f4d747 Merge pull request #34 from nikdoof/renovate/actions-checkout-digest
chore(deps): update actions/checkout digest to 11bd719
2024-12-06 09:37:54 +00:00
c9b26ac48e Merge pull request #35 from nikdoof/renovate/alpine-3.x
chore(deps): update alpine docker tag to v3.21.0
2024-12-06 09:37:44 +00:00
renovate[bot]
c73d6b71b1 chore(deps): update alpine docker tag to v3.21.0 2024-12-06 02:17:51 +00:00
renovate[bot]
7213f2fd28 chore(deps): update actions/checkout digest to 11bd719 2024-10-23 16:35:55 +00:00
4 changed files with 4 additions and 1265 deletions

View File

@@ -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 }}

View File

@@ -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
View File

@@ -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
)

1261
go.sum

File diff suppressed because it is too large Load Diff