Skip to content

Commit

Permalink
bump github.com/docker/docker to v24.0.5 (#3073)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Jul 25, 2023
1 parent 90c8305 commit e14ebbd
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-arm64-image.yaml
Expand Up @@ -19,7 +19,7 @@ concurrency:
cancel-in-progress: true

env:
GO_VERSION: '1.20.5'
GO_VERSION: ''

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yaml
Expand Up @@ -22,7 +22,7 @@ concurrency:
cancel-in-progress: true

env:
GO_VERSION: '1.20.5'
GO_VERSION: ''
GOSEC_VERSION: '2.16.0'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-x86-image.yaml
Expand Up @@ -21,7 +21,7 @@ concurrency:
cancel-in-progress: true

env:
GO_VERSION: '1.20.5'
GO_VERSION: ''
GOSEC_VERSION: '2.16.0'
HELM_VERSION: v3.12.2
SUBMARINER_VERSION: '0.14.6'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-e2e.yaml
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true

env:
GO_VERSION: '1.20.5'
GO_VERSION: ''
HELM_VERSION: v3.12.2
SUBMARINER_VERSION: '0.14.6'

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -11,7 +11,7 @@ require (
github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08
github.com/containernetworking/cni v1.1.2
github.com/containernetworking/plugins v1.3.0
github.com/docker/docker v24.0.4+incompatible
github.com/docker/docker v24.0.5+incompatible
github.com/emicklei/go-restful/v3 v3.10.2
github.com/evanphx/json-patch/v5 v5.6.0
github.com/go-logr/stdr v1.2.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -431,8 +431,8 @@ github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m3
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v20.10.21+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v24.0.4+incompatible h1:s/LVDftw9hjblvqIeTiGYXBCD95nOEEl7qRsRrIOuQI=
github.com/docker/docker v24.0.4+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v24.0.5+incompatible h1:WmgcE4fxyI6EEXxBRxsHnZXrO1pQ3smi0k/jho4HLeY=
github.com/docker/docker v24.0.5+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker-credential-helpers v0.6.3/go.mod h1:WRaJzqw3CTB9bk10avuGsjVBZsD05qeibJ1/TYlvc0Y=
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=
Expand Down

0 comments on commit e14ebbd

Please sign in to comment.