Skip to content

Commit f9901a4

Browse files
authored
deps: test with Go 1.23, 1.24 (#114)
Upgrade to latest golangci-lint.
1 parent 5a02cde commit f9901a4

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

mise.lock

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[tools."aqua:golangci/golangci-lint"]
2+
version = "1.64.5"
3+
backend = "aqua:golangci/golangci-lint"
4+
5+
[tools.go]
6+
version = "1.24.0"
7+
backend = "core:go"
8+
9+
[tools.node]
10+
version = "22.14.0"
11+
backend = "core:node"
12+
13+
[tools."ubi:abhinav/doc2go"]
14+
version = "0.8.1"
15+
backend = "ubi:abhinav/doc2go"
16+
17+
[tools."ubi:miniscruff/changie"]
18+
version = "1.21.1"
19+
backend = "ubi:miniscruff/changie"

mise.oldstable.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Run with 'MISE_ENV=oldstable' to run with the oldstable environment.
22
[tools]
3-
go = "1.22"
3+
go = "1.23"

mise.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ _.path = ["{{ config_root }}/bin"]
44

55
[tools]
66
"ubi:abhinav/doc2go" = "latest"
7-
"ubi:golangci/golangci-lint" = "latest"
7+
"aqua:golangci/golangci-lint" = "latest"
88
"ubi:miniscruff/changie" = "latest"
9-
go = "1.23.6"
9+
go = "latest"
1010
node = "lts"
1111

1212
[tasks.build]

0 commit comments

Comments
 (0)