Skip to content

Commit b15731b

Browse files
tonistiigicrazy-max
authored andcommitted
vendor: update action-cache with longer azure retries
Signed-off-by: Tonis Tiigi <[email protected]>
1 parent 547d083 commit b15731b

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ require (
7373
github.com/stretchr/testify v1.10.0
7474
github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205
7575
github.com/tonistiigi/fsutil v0.0.0-20250113203817-b14e27f4135a
76-
github.com/tonistiigi/go-actions-cache v0.0.0-20250219102945-1a5174abd055
76+
github.com/tonistiigi/go-actions-cache v0.0.0-20250228231703-3e9a6642607f
7777
github.com/tonistiigi/go-archvariant v1.0.0
7878
github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4
7979
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,8 @@ github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205 h1:eUk79E1
401401
github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205/go.mod h1:3Iuxbr0P7D3zUzBMAZB+ois3h/et0shEz0qApgHYGpY=
402402
github.com/tonistiigi/fsutil v0.0.0-20250113203817-b14e27f4135a h1:EfGw4G0x/8qXWgtcZ6KVaPS+wpWOQMaypczzP8ojkMY=
403403
github.com/tonistiigi/fsutil v0.0.0-20250113203817-b14e27f4135a/go.mod h1:Dl/9oEjK7IqnjAm21Okx/XIxUCFJzvh+XdVHUlBwXTw=
404-
github.com/tonistiigi/go-actions-cache v0.0.0-20250219102945-1a5174abd055 h1:ocuqZe/ImPTYgDocnHTDOTBachfQ9m0JxvP4uGeDtBE=
405-
github.com/tonistiigi/go-actions-cache v0.0.0-20250219102945-1a5174abd055/go.mod h1:h0oRlVs3NoFIHysRQ4rU1+RG4QmU0M2JVSwTYrB4igk=
404+
github.com/tonistiigi/go-actions-cache v0.0.0-20250228231703-3e9a6642607f h1:q/SWz3Bz0KtAsqaBo73CHVXjaz5O8PDnmD2JHVhgYnE=
405+
github.com/tonistiigi/go-actions-cache v0.0.0-20250228231703-3e9a6642607f/go.mod h1:h0oRlVs3NoFIHysRQ4rU1+RG4QmU0M2JVSwTYrB4igk=
406406
github.com/tonistiigi/go-archvariant v1.0.0 h1:5LC1eDWiBNflnTF1prCiX09yfNHIxDC/aukdhCdTyb0=
407407
github.com/tonistiigi/go-archvariant v1.0.0/go.mod h1:TxFmO5VS6vMq2kvs3ht04iPXtu2rUT/erOnGFYfk5Ho=
408408
github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4 h1:7I5c2Ig/5FgqkYOh/N87NzoyI9U15qUPXhDD8uCupv8=

vendor/github.com/tonistiigi/go-actions-cache/cache_v2.go

Lines changed: 15 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ github.com/tonistiigi/dchapes-mode
809809
github.com/tonistiigi/fsutil
810810
github.com/tonistiigi/fsutil/copy
811811
github.com/tonistiigi/fsutil/types
812-
# github.com/tonistiigi/go-actions-cache v0.0.0-20250219102945-1a5174abd055
812+
# github.com/tonistiigi/go-actions-cache v0.0.0-20250228231703-3e9a6642607f
813813
## explicit; go 1.22
814814
github.com/tonistiigi/go-actions-cache
815815
# github.com/tonistiigi/go-archvariant v1.0.0

0 commit comments

Comments
 (0)