Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 732cc5c commit a23b937
Show file tree
Hide file tree
Showing 4 changed files with 2,057 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: go test -coverprofile coverage.out -covermode atomic ./...

- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@v1.0.9
uses: jandelgado/gcov2lcov-action@v1.1.1
with:
infile: coverage.out
outfile: coverage.lcov
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ RUN go mod download
COPY . ./
RUN GOOS=linux go build -mod=readonly -v -o /dns-tools main.go

FROM alpine:3.16
FROM alpine:3.20
COPY --from=builder /dns-tools .
ENTRYPOINT ["./dns-tools"]
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/faruryo/dns-tools
go 1.15

require (
github.com/cloudevents/sdk-go/v2 v2.10.1
github.com/cloudflare/cloudflare-go v0.44.0
github.com/spf13/cobra v1.5.0
github.com/spf13/viper v1.12.0
github.com/cloudevents/sdk-go/v2 v2.15.2
github.com/cloudflare/cloudflare-go v0.109.0
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.19.0
k8s.io/api v0.22.4
k8s.io/apimachinery v0.22.4
k8s.io/client-go v0.22.4
Expand Down
Loading

0 comments on commit a23b937

Please sign in to comment.