Added a new command to change version #283
Annotations
3 errors and 2 warnings
build:
pkg/cmd/update/update.go#L22
[golangci] reported by reviewdog 🐶
undeclared name: `homedir` (typecheck)
Raw Output:
pkg/cmd/update/update.go:22:19: undeclared name: `homedir` (typecheck)
homeDir, err := homedir.Dir()
^
|
build:
pkg/cmd/update/update.go#L11
[golangci] reported by reviewdog 🐶
"github.com/mitchellh/go-homedir" imported but not used (typecheck)
Raw Output:
pkg/cmd/update/update.go:11:2: "github.com/mitchellh/go-homedir" imported but not used (typecheck)
"github.com/mitchellh/go-homedir"
^
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v2, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|