ソースを参照

Lock all mise dependencies

tags/v2.1.10^2^2
9seconds 2ヶ月前
コミット
5a63c7d5b4
2個のファイルの変更26行の追加4行の削除
  1. 4
    4
      .mise.toml
  2. 22
    0
      mise.lock

+ 4
- 4
.mise.toml ファイルの表示

1
 [tools]
1
 [tools]
2
-go = "latest"
2
+"go:golang.org/x/pkgsite/cmd/pkgsite" = "latest"
3
 "go:golang.org/x/tools/gopls" = "latest"
3
 "go:golang.org/x/tools/gopls" = "latest"
4
 "go:mvdan.cc/gofumpt" = "latest"
4
 "go:mvdan.cc/gofumpt" = "latest"
5
+go = "latest"
6
+golangci-lint = "latest"
7
+goreleaser = "latest"
5
 
8
 
6
 [vars]
9
 [vars]
7
 fuzzflags = "-fuzztime=120s"
10
 fuzzflags = "-fuzztime=120s"
21
 
24
 
22
 [tasks.lint]
25
 [tasks.lint]
23
 description = "Run linter"
26
 description = "Run linter"
24
-tools.golangci-lint = "latest"
25
 run = "golangci-lint run"
27
 run = "golangci-lint run"
26
 
28
 
27
 [tasks.test]
29
 [tasks.test]
77
 
79
 
78
 [tasks.release]
80
 [tasks.release]
79
 description = "Create release tarballs"
81
 description = "Create release tarballs"
80
-tools.goreleaser = "latest"
81
 sources = ["**/*.go", "go.mod", "go.sum", ".goreleaser.yml"]
82
 sources = ["**/*.go", "go.mod", "go.sum", ".goreleaser.yml"]
82
 run = [
83
 run = [
83
     "goreleaser --snapshot --clean",
84
     "goreleaser --snapshot --clean",
92
 
93
 
93
 [tasks.docs]
94
 [tasks.docs]
94
 description = "Run doc server"
95
 description = "Run doc server"
95
-tools."go:golang.org/x/pkgsite/cmd/pkgsite" = "latest"
96
 run = "pkgsite -http 0.0.0.0:10000"
96
 run = "pkgsite -http 0.0.0.0:10000"
97
 
97
 
98
 [tasks.fmt]
98
 [tasks.fmt]

+ 22
- 0
mise.lock ファイルの表示

7
 "platforms.macos-x64" = { checksum = "sha256:1ca28b7703cbea05a65b2a1d92d6b308610ef92f8824578a0874f2e60c9d5a22", url = "https://dl.google.com/go/go1.26.0.darwin-amd64.tar.gz"}
7
 "platforms.macos-x64" = { checksum = "sha256:1ca28b7703cbea05a65b2a1d92d6b308610ef92f8824578a0874f2e60c9d5a22", url = "https://dl.google.com/go/go1.26.0.darwin-amd64.tar.gz"}
8
 "platforms.windows-x64" = { checksum = "sha256:9bbe0fc64236b2b51f6255c05c4232532b8ecc0e6d2e00950bd3021d8a4d07d4", url = "https://dl.google.com/go/go1.26.0.windows-amd64.zip"}
8
 "platforms.windows-x64" = { checksum = "sha256:9bbe0fc64236b2b51f6255c05c4232532b8ecc0e6d2e00950bd3021d8a4d07d4", url = "https://dl.google.com/go/go1.26.0.windows-amd64.zip"}
9
 
9
 
10
+[[tools."go:golang.org/x/pkgsite/cmd/pkgsite"]]
11
+version = "latest"
12
+backend = "go:golang.org/x/pkgsite/cmd/pkgsite"
13
+
10
 [[tools."go:golang.org/x/tools/gopls"]]
14
 [[tools."go:golang.org/x/tools/gopls"]]
11
 version = "0.21.0"
15
 version = "0.21.0"
12
 backend = "go:golang.org/x/tools/gopls"
16
 backend = "go:golang.org/x/tools/gopls"
14
 [[tools."go:mvdan.cc/gofumpt"]]
18
 [[tools."go:mvdan.cc/gofumpt"]]
15
 version = "0.9.2"
19
 version = "0.9.2"
16
 backend = "go:mvdan.cc/gofumpt"
20
 backend = "go:mvdan.cc/gofumpt"
21
+
22
+[[tools.golangci-lint]]
23
+version = "2.9.0"
24
+backend = "aqua:golangci/golangci-lint"
25
+"platforms.linux-arm64" = { checksum = "sha256:94e80cdb51c73c20a313bd3afa1fb23137728813c19fd730248a1e8678fcc46d", url = "https://github.com/golangci/golangci-lint/releases/download/v2.9.0/golangci-lint-2.9.0-linux-arm64.tar.gz"}
26
+"platforms.linux-x64" = { checksum = "sha256:493aaaca2eba6c8bcef847d92716bbd91bbac4b22cdbb0ab5b6a581b32946091", url = "https://github.com/golangci/golangci-lint/releases/download/v2.9.0/golangci-lint-2.9.0-linux-amd64.tar.gz"}
27
+"platforms.macos-arm64" = { checksum = "sha256:a86eabba3507deddd21f2a01a1df2a0ee5bc5c8178d4165cdcaaad8597358760", url = "https://github.com/golangci/golangci-lint/releases/download/v2.9.0/golangci-lint-2.9.0-darwin-arm64.tar.gz"}
28
+"platforms.macos-x64" = { checksum = "sha256:ba29a353be54a74c45946763983808dc8305eeeca73db1761b5ab112f87f8157", url = "https://github.com/golangci/golangci-lint/releases/download/v2.9.0/golangci-lint-2.9.0-darwin-amd64.tar.gz"}
29
+"platforms.windows-x64" = { checksum = "sha256:130fca8fa959eb840267c5e231f030a948e0de1e768bf6a31785505d1061632c", url = "https://github.com/golangci/golangci-lint/releases/download/v2.9.0/golangci-lint-2.9.0-windows-amd64.zip"}
30
+
31
+[[tools.goreleaser]]
32
+version = "2.13.3"
33
+backend = "aqua:goreleaser/goreleaser"
34
+"platforms.linux-arm64" = { checksum = "sha256:156656d0f874542d618568bd50afd3d33ced2e8aab2c60cc7c21e1b9fa52031e", url = "https://github.com/goreleaser/goreleaser/releases/download/v2.13.3/goreleaser_Linux_arm64.tar.gz"}
35
+"platforms.linux-x64" = { checksum = "sha256:4b66f2f78f78561330350651ade557b70328664718490f37834749073af21d20", url = "https://github.com/goreleaser/goreleaser/releases/download/v2.13.3/goreleaser_Linux_x86_64.tar.gz"}
36
+"platforms.macos-arm64" = { checksum = "sha256:5516c37779efb3935d5b213cda3b0b9025ae94ddbcb51df6919acbcdef4194b0", url = "https://github.com/goreleaser/goreleaser/releases/download/v2.13.3/goreleaser_Darwin_all.tar.gz"}
37
+"platforms.macos-x64" = { checksum = "sha256:5516c37779efb3935d5b213cda3b0b9025ae94ddbcb51df6919acbcdef4194b0", url = "https://github.com/goreleaser/goreleaser/releases/download/v2.13.3/goreleaser_Darwin_all.tar.gz"}
38
+"platforms.windows-x64" = { checksum = "sha256:c5586c4ed749ca358ad61ed73ee4b8039cfa68daae8c23e69fb086d549dfb31d", url = "https://github.com/goreleaser/goreleaser/releases/download/v2.13.3/goreleaser_Windows_x86_64.zip"}

読み込み中…
キャンセル
保存