1 Commits

Author SHA1 Message Date
renovate[bot]
494c982a0b Update docker/login-action action to v3 2023-09-12 09:07:43 +00:00
3 changed files with 2 additions and 1262 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to GHCR
uses: docker/login-action@v2
uses: docker/login-action@v3
if: github.event_name != 'pull_request'
with:
registry: ghcr.io

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.20.5
github.com/prometheus/client_golang v1.14.0
github.com/rs/zerolog v1.27.0
)

1260
go.sum

File diff suppressed because it is too large Load Diff