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

Commit

Permalink
Update etc modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 18, 2022
1 parent eae0a53 commit bdb913d
Show file tree
Hide file tree
Showing 4 changed files with 286 additions and 54 deletions.
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.0.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.16.1

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.8
github.com/prometheus/client_golang v1.12.2
github.com/spf13/viper v1.12.0
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
k8s.io/api v0.18.19
k8s.io/apimachinery v0.18.19
k8s.io/client-go v0.18.19
Expand Down

0 comments on commit bdb913d

Please sign in to comment.