mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
mise: update config for go
This commit is contained in:
parent
6ebc825056
commit
1d33d8d187
1 changed files with 7 additions and 2 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
[tools]
|
[tools]
|
||||||
node = "lts"
|
node = "20.13"
|
||||||
usage = "latest"
|
|
||||||
go = "latest"
|
go = "latest"
|
||||||
golangci-lint = "latest"
|
golangci-lint = "latest"
|
||||||
|
|
||||||
|
usage = "latest"
|
||||||
|
|
||||||
|
[settings]
|
||||||
|
go_set_goroot = false
|
||||||
|
go_set_gopath = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue