Skip to content

Commit

Permalink
Update etc modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 20, 2022
1 parent dfba1ba commit f65363b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -6,15 +6,15 @@ orbs:
jobs:
debug-tag:
docker:
- image: cimg/base:2022.06
- image: cimg/base:2022.07
steps:
- checkout
- run: |
echo "running for tag ${CIRCLE_TAG}"
update-krew-index:
docker:
- image: cimg/go:1.18.3
- image: cimg/go:1.18.4

environment:
KREW_RELEASE_BOT_VERSION: v0.0.38
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Expand Up @@ -20,14 +20,14 @@ require (
github.com/giantswarm/micrologger v0.6.0
github.com/giantswarm/release-operator/v3 v3.2.0
github.com/google/go-cmp v0.5.8
github.com/imdario/mergo v0.3.12
github.com/imdario/mergo v0.3.13
github.com/pkg/errors v0.9.1
github.com/rhysd/go-github-selfupdate v1.2.3
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/spf13/afero v1.8.2
github.com/spf13/afero v1.9.2
github.com/spf13/cobra v1.5.0
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/oauth2 v0.0.0-20220628200809-02e64fa58f26
golang.org/x/oauth2 c8730f7fcb92
gopkg.in/square/go-jose.v2 v2.6.0
k8s.io/api v0.23.0
k8s.io/apiextensions-apiserver v0.23.0
Expand Down

0 comments on commit f65363b

Please sign in to comment.