8000 chore(deps): update minor and patch docker tags by renovate[bot] · Pull Request #626 · qlik-oss/corectl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

chore(deps): update minor and patch docker tags #626

Open
wants to merge 1 commit into
base: master
Choose a base branch
< 8000 /div>
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/corectl
docker:
- image: circleci/golang:1.16
- image: circleci/golang:1.17
steps:
- checkout
- restore_cache:
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ require (
github.com/sergi/go-diff v1.0.0 // indirect
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.1
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.7.0
github.com/texttheater/golang-levenshtein v1.0.1
golang.org/x/crypto v0.0.0-20210813211128-0a44fdfbc16e
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
gopkg.in/yaml.v2 v2.4.0
)

Expand Down
Loading
0