Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Update etc modules - autoclosed #1347

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tidy.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.5.2
-
# https://github.com/actions/checkout/issues/6
name: Fix detached HEAD
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -9,7 +9,7 @@ RUN K8SCCPATH=$(go list -m -f '{{.Path}}' github.com/giantswarm/k8scloudconfig/.
&& K8SCCROOT=$(go list -m -f '{{.Dir}}' github.com/giantswarm/k8scloudconfig/...) \
&& mv $K8SCCROOT /opt/k8scloudconfig

FROM alpine:3.14.0
FROM alpine:3.18.0

RUN apk add --no-cache ca-certificates

Expand Down
8 changes: 4 additions & 4 deletions go.mod
Expand Up @@ -19,10 +19,10 @@ require (
github.com/giantswarm/tenantcluster/v4 v4.1.0
github.com/giantswarm/to v0.3.0
github.com/giantswarm/versionbundle v0.2.0
github.com/google/go-cmp v0.5.6
github.com/prometheus/client_golang v1.11.0
github.com/spf13/viper v1.8.1
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
github.com/google/go-cmp v0.5.9
github.com/prometheus/client_golang v1.15.1
github.com/spf13/viper v1.16.0
golang.org/x/sync v0.2.0
k8s.io/api v0.18.19
k8s.io/apimachinery v0.18.19
k8s.io/client-go v0.18.19
Expand Down