Skip to content

Commit

Permalink
Fix an unintentionally-added dependency on Go 1.21
Browse files Browse the repository at this point in the history
Should not change behavior.

Signed-off-by: Miloslav Trmač <[email protected]>
  • Loading branch information
mtrmac committed Mar 14, 2024
1 parent 75ac389 commit 6c78bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/blobinfocache/internal/prioritize/prioritize.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
package prioritize

import (
"slices"
"time"

"github.com/containers/image/v5/internal/blobinfocache"
"github.com/opencontainers/go-digest"
"golang.org/x/exp/slices"
)

// replacementAttempts is the number of blob replacement candidates with known location returned by destructivelyPrioritizeReplacementCandidates,
Expand Down

0 comments on commit 6c78bad

Please sign in to comment.