Skip to content

Commit e14ebbd

Browse files
authored
bump github.com/docker/docker to v24.0.5 (#3073)
1 parent 90c8305 commit e14ebbd

6 files changed

+7
-7
lines changed

.github/workflows/build-arm64-image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
cancel-in-progress: true
2020

2121
env:
22-
GO_VERSION: '1.20.5'
22+
GO_VERSION: ''
2323

2424
jobs:
2525
build:

.github/workflows/build-windows.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222
cancel-in-progress: true
2323

2424
env:
25-
GO_VERSION: '1.20.5'
25+
GO_VERSION: ''
2626
GOSEC_VERSION: '2.16.0'
2727

2828
jobs:

.github/workflows/build-x86-image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121
cancel-in-progress: true
2222

2323
env:
24-
GO_VERSION: '1.20.5'
24+
GO_VERSION: ''
2525
GOSEC_VERSION: '2.16.0'
2626
HELM_VERSION: v3.12.2
2727
SUBMARINER_VERSION: '0.14.6'

.github/workflows/scheduled-e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
env:
13-
GO_VERSION: '1.20.5'
13+
GO_VERSION: ''
1414
HELM_VERSION: v3.12.2
1515
SUBMARINER_VERSION: '0.14.6'
1616

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08
1212
github.com/containernetworking/cni v1.1.2
1313
github.com/containernetworking/plugins v1.3.0
14-
github.com/docker/docker v24.0.4+incompatible
14+
github.com/docker/docker v24.0.5+incompatible
1515
github.com/emicklei/go-restful/v3 v3.10.2
1616
github.com/evanphx/json-patch/v5 v5.6.0
1717
github.com/go-logr/stdr v1.2.2

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,8 @@ github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m3
431431
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
432432
github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
433433
github.com/docker/docker v20.10.21+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
434-
github.com/docker/docker v24.0.4+incompatible h1:s/LVDftw9hjblvqIeTiGYXBCD95nOEEl7qRsRrIOuQI=
435-
github.com/docker/docker v24.0.4+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
434+
github.com/docker/docker v24.0.5+incompatible h1:WmgcE4fxyI6EEXxBRxsHnZXrO1pQ3smi0k/jho4HLeY=
435+
github.com/docker/docker v24.0.5+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
436436
github.com/docker/docker-credential-helpers v0.6.3/go.mod h1:WRaJzqw3CTB9bk10avuGsjVBZsD05qeibJ1/TYlvc0Y=
437437
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
438438
github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=

0 commit comments

Comments
 (0)