Compare commits

...

2 Commits

Author SHA1 Message Date
daa7cbf24e chore(deps): update docker.io/plugins/docker docker tag to v20.17.0
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
2023-11-04 23:10:29 +01:00
5776003a1b chore(deps): update module github.com/spf13/cobra to v1.8.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
2023-11-04 22:47:00 +01:00
2 changed files with 7 additions and 7 deletions

View File

@ -69,7 +69,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.10.9
image: docker.io/plugins/docker:20.17.0
settings:
auto_tag: false
dockerfile: Dockerfile
@ -135,7 +135,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.10.9
image: docker.io/plugins/docker:20.17.0
settings:
auto_tag: false
dockerfile: Dockerfile
@ -201,7 +201,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.10.9
image: docker.io/plugins/docker:20.17.0
settings:
auto_tag: false
dockerfile: Dockerfile
@ -265,7 +265,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.10.9
image: docker.io/plugins/docker:20.17.0
settings:
auto_tag: false
dockerfile: Dockerfile
@ -449,7 +449,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.10.9
image: docker.io/plugins/docker:20.17.0
settings:
auto_tag: true
auto_tag_suffix: amd64
@ -509,7 +509,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.10.9
image: docker.io/plugins/docker:20.17.0
settings:
auto_tag: true
auto_tag_suffix: arm64-v8

2
go.mod
View File

@ -5,7 +5,7 @@ go 1.17
require (
github.com/lib/pq v1.10.9
github.com/sijms/go-ora/v2 v2.7.19
github.com/spf13/cobra v1.7.0
github.com/spf13/cobra v1.8.0
)
require (