Skip to content

Commit 9437efd

Browse files
authored
ci(mise): replace deprecated ubi backend (#1284)
The `ubi` backend has been deprecated in favor of the new `github` backend: jdx/mise#7374
1 parent d3f8566 commit 9437efd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

mise.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[tools]
22
go = "1.25.5"
33
"go:go.uber.org/mock/mockgen" = "v0.6.0"
4-
"ubi:golangci/golangci-lint" = "2.7.2"
5-
"ubi:goreleaser/goreleaser" = "v2.13.1"
6-
"ubi:anchore/quill" = "v0.5.1"
7-
"ubi:jstemmer/go-junit-report" = "v2.1.0"
4+
"github:golangci/golangci-lint" = "2.7.2"
5+
"github:goreleaser/goreleaser" = "v2.13.1"
6+
"github:anchore/quill" = "v0.5.1"
7+
"github:jstemmer/go-junit-report" = "v2.1.0"
88

99
[settings]
1010
# Experimental features are needed for the Go backend

0 commit comments

Comments
 (0)