11 Commits

Author SHA1 Message Date
renovate[bot]
0bd217aec1 Update module github.com/prometheus/client_golang to v1.20.5 2024-10-15 11:47:48 +00:00
088ec1ea4f Merge pull request #22 from nikdoof/renovate/alpine-3.x
Update alpine Docker tag to v3.17.2
2023-03-23 21:47:05 +00:00
4f7966271d Merge pull request #20 from nikdoof/renovate/github.com-prometheus-client_golang-1.x
Update module github.com/prometheus/client_golang to v1.14.0
2023-03-23 21:46:41 +00:00
edfceeed7b Merge pull request #18 from nikdoof/renovate/wangyoucao577-go-release-action-1.x
Update wangyoucao577/go-release-action action to v1.36
2023-03-23 21:46:28 +00:00
d72a9c99a4 Merge pull request #23 from nikdoof/renovate/docker-build-push-action-4.x
Update docker/build-push-action action to v4
2023-03-23 21:46:05 +00:00
renovate[bot]
27b403fa48 Update wangyoucao577/go-release-action action to v1.36 2023-03-02 07:54:59 +00:00
renovate[bot]
4a03c07093 Update docker/build-push-action action to v4 2023-02-28 15:01:13 +00:00
renovate[bot]
b61f6a14af Update alpine Docker tag to v3.17.2 2023-02-28 11:55:28 +00:00
50b7701c77 Merge pull request #16 from nikdoof/renovate/alpine-3.x
Update alpine Docker tag to v3.16.3
2023-02-28 11:55:09 +00:00
renovate[bot]
fa9919c88b Update module github.com/prometheus/client_golang to v1.14.0 2022-11-20 17:29:54 +00:00
renovate[bot]
8a35e17233 Update alpine Docker tag to v3.16.3 2022-11-20 17:29:33 +00:00
5 changed files with 1287 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7

View File

@@ -17,7 +17,7 @@ jobs:
goos: windows
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.29
- uses: wangyoucao577/go-release-action@v1.36
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 ./cmd/aaisp_exporter
FROM alpine:3.16.0
FROM alpine:3.17.2
WORKDIR /service
COPY --from=build /build/aaisp_exporter .
ENTRYPOINT ["./aaisp_exporter"]

2
go.mod
View File

@@ -3,6 +3,6 @@ module github.com/jamesog/aaisp-chaos
go 1.13
require (
github.com/prometheus/client_golang v1.12.2
github.com/prometheus/client_golang v1.20.5
github.com/rs/zerolog v1.27.0
)

1283
go.sum

File diff suppressed because it is too large Load Diff