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 Aug 2, 2022
1 parent eae0a53 commit 53dc1ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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
10 changes: 5 additions & 5 deletions go.mod
@@ -1,6 +1,6 @@
module github.com/giantswarm/kvm-operator/v4

go 1.16
go 1.19

require (
github.com/giantswarm/apiextensions/v3 v3.27.1
Expand All @@ -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 886fb9371eb4
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 53dc1ce

Please sign in to comment.