Skip to content

Commit eee401a

Browse files
authored
aqua -> mise (#105)
* Add mise configuration to Renovate config * Install tools using mise * Remove aqua.yaml * Use mise-action instead of aqua-installer
1 parent baa8650 commit eee401a

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: ""
44
runs:
55
using: composite
66
steps:
7-
- uses: aquaproj/aqua-installer@e2d0136abcf70b7a2f6f505720640750557c4b33 # v3.1.1
7+
- uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11
88
with:
9-
aqua_version: v2.43.0
10-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9+
experimental: true

aqua.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

mise.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[tools]
2+
go = "1.23.5"
3+
4+
"go:github.com/golangci/golangci-lint/cmd/golangci-lint" = "1.63.4"
5+
"go:github.com/charmbracelet/vhs" = "0.8.0"
6+
"go:github.com/goreleaser/goreleaser/v2" = "2.5.0"

renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>koki-develop/renovate-config"]
3+
"extends": [
4+
"github>koki-develop/renovate-config",
5+
"github>koki-develop/renovate-config:mise"
6+
]
47
}

0 commit comments

Comments
 (0)