Skip to content

Commit c19264c

Browse files
documentation update
1 parent f5d3ebe commit c19264c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The action follows this resolution order:
6565

6666
To change the default behavior, use the `check-latest` input.
6767

68-
> **Note**: The setup-go action uses executable binaries built by the Golang team. The action does not build Go from source code.
68+
> **Note**: The setup-go action uses executable binaries built by the Golang team. The action does not build golang from source code.
6969

7070
## Usage
7171

@@ -134,7 +134,7 @@ steps:
134134

135135
**Stable Release**
136136

137-
If `stable` is provided, action will get the latest stable version from the go-versions repository manifest.
137+
If `stable` is provided, action will get the latest stable version from the [go-versions](https://github.com/actions/go-versions/blob/main/versions-manifest.json) repository manifest.
138138
```yaml
139139
steps:
140140
- uses: actions/checkout@v5
@@ -210,7 +210,7 @@ steps:
210210

211211
### Caching
212212

213-
The action has a built-in functionality for caching and restoring go modules and build outputs. It uses [toolkit/cache](https://github.com/actions/toolkit/tree/main/packages/cache) under the hood but requires less configuration settings. Caching is enabled by default. The action automatically caches and restores Go modules and build outputs using toolkit/cache with minimal configuration.
213+
The action features integrated caching for Go modules and build outputs. Built on [toolkit/cache](https://github.com/actions/toolkit/tree/main/packages/cache), it simplifies the caching process by requiring fewer configuration options. The cache input is optional, and caching is turned on by default.
214214

215215
#### Automatic Caching
216216

@@ -346,12 +346,12 @@ If that fails as well you can get a higher rate limit with generating a personal
346346
uses: actions/setup-go@v6
347347
with:
348348
token: ${{ secrets.GH_DOTCOM_TOKEN }}
349-
go-version: '1.18'
349+
go-version: '1.23'
350350
```
351351

352352
### Offline Runners
353353

354-
For runners without github.com access, Go versions must be pre-cached in the runner's tool cache. See "Setting up the tool cache on self-hosted runners without internet access".
354+
For runners without github.com access, Go versions must be pre-cached in the runner's tool cache. See "[Setting up the tool cache on self-hosted runners without internet access](https://docs.github.com/en/[email protected]/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access)".
355355

356356
## Recommended Permissions
357357

0 commit comments

Comments
 (0)