description:'Path to the go.mod, go.work, .go-version, or .tool-versions file.'
description:'Path to the go.mod, go.work, .go-version, or .tool-versions file.'
check-latest:
check-latest:
description:'Set this option to true if you want the action to always check for the latest available version that satisfies the version spec'
description:'Set this option to true if you want the action to always check for the latest available version that satisfies the version spec'
default:false
default:'false'
token:
token:
description:Used to pull Go distributions from go-versions. Since there's a default, this is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting.
description:Used to pull Go distributions from go-versions. Since there's a default, this is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting.
@ -62,7 +62,7 @@ Pull requests are the easiest way to contribute changes to git repos at GitHub.
- To implement new features or fix bugs, you need to make changes to the `.ts` files, which are located in the `src` folder
- To implement new features or fix bugs, you need to make changes to the `.ts` files, which are located in the `src` folder
- To comply with the code style, **you need to run the `format` script**
- To comply with the code style, **you need to run the `format` script**
- To lint the code, **you need to run the `lint:fix` script**
- To lint the code, **you need to run the `lint:fix` script**
- To transpile source code to `javascript` we use [NCC](https://github.com/vercel/ncc). **It is very important to run the `build` script after making changes**, otherwise your changes will not get into the final `javascript` build
- To transpile source code to `javascript` we use [NCC](https://github.com/vercel/ncc). **It is very important to run the `build` script after making changes**; otherwise, your changes will not get into the final `javascript` build
- You can also start formatting, building code, and testing with a single `pre-checkin` command
- You can also start formatting, building code, and testing with a single `pre-checkin` command