Skip to content

Commit daa46e9

Browse files
committed
Fix README
Fix `golang.org` to `go.dev`.
1 parent c874788 commit daa46e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ The `go` directive in `go.mod` can specify a patch version or omit it altogether
197197
If a patch version is specified, that specific patch version will be used.
198198
If no patch version is specified, it will search for the latest available patch version in the cache,
199199
[versions-manifest.json](https://github.com/actions/go-versions/blob/main/versions-manifest.json), and the
200-
[official Go language website](https://golang.org/dl/?mode=json&include=all), in that order.
200+
[official Go language website](https://go.dev/dl/?mode=json&include=all), in that order.
201201

202202
If both the `go-version` and the `go-version-file` inputs are provided then the `go-version` input is used.
203203
> The action will search for the `go.mod` file relative to the repository root

0 commit comments

Comments
 (0)