Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 5478cfa commit bbb9bed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
with:
version: latest
args: release --clean
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14.2
FROM alpine:3.21.0
COPY coredns /
EXPOSE 53 53/udp
ENTRYPOINT ["/coredns"]
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ module github.com/AbsaOSS/k8s_crd

go 1.23

toolchain go1.23.3
toolchain go1.23.4

require (
github.com/coredns/caddy v1.1.2-0.20241029205200-8de985351a98
github.com/coredns/caddy/v2 v2.1.1
github.com/coredns/coredns v1.12.0
github.com/k8gb-io/go-weight-shuffling v0.4.0
github.com/maxmind/mmdbwriter v1.0.0
github.com/miekg/dns v1.1.62
github.com/oschwald/maxminddb-golang v1.13.1
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
go.uber.org/mock v0.5.0
k8s.io/api v0.31.3
k8s.io/apimachinery v0.31.3
Expand Down Expand Up @@ -198,5 +198,5 @@ replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2

exclude (
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
go.etcd.io/etcd v0.5.0-alpha.5.0.20200910180754-dd1b699fc489
go.etcd.io/etcd v2.3.8+incompatible
)

0 comments on commit bbb9bed

Please sign in to comment.