Tags sorting support (#645)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-07-17 13:47:37 +02:00
committed by GitHub
parent 8fba9b158e
commit 857e462090
21 changed files with 524 additions and 95 deletions

View File

@@ -360,6 +360,7 @@ func TestLoadEnv(t *testing.T) {
}
for _, tt := range testCases {
tt := tt
t.Run(tt.desc, func(t *testing.T) {
UnsetEnv("DIUN_")
@@ -484,6 +485,7 @@ for <code>{{ .Entry.Manifest.Platform }}</code> platform.
}
for _, tt := range testCases {
tt := tt
t.Run(tt.desc, func(t *testing.T) {
UnsetEnv("DIUN_")