Skip to content

Commit a73f72a

Browse files
committed
Syntax adjust
1 parent ee84460 commit a73f72a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

user/languages/go.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ language: go
2525
```
2626
{: data-file=".travis.yml"}
2727
28-
Note that, in order to choose e.g Go 1.18, you must use `go: "1.18.0"` (full version, not
29-
`go: 1.18` (shorter one)).
3028
</aside>
3129
3230
{{ site.data.snippets.linux_windows_note }}
@@ -37,13 +35,14 @@ configuration](/user/customizing-the-build/) guides first.
3735
3836
## Specify a Go version
3937
40-
You can use any tagged version of Go, a version with `x` in place of the minor or patch level to use the latest for a given major or minor version, or use `master` or `stable` to get the latest version from source.
38+
You can use any tagged version of Go from https://go.dev/dl/, a version with `x` in place of the minor or patch level to use the latest for a given major or minor version, or use `master` or `stable` to get the latest version from source.
4139

4240

4341
```yaml
4442
language: go
4543
4644
go:
45+
- "1.18"
4746
- "1.22.4"
4847
- "1.18.x"
4948
- master

0 commit comments

Comments
 (0)