1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00

docs: remove deprecated note about setup-go-action

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2023-03-19 21:51:54 -03:00
parent 9f91bea921
commit 52f45d759f
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -70,11 +70,6 @@ jobs:
For more information, take a look at
[actions/checkout#290](https://github.com/actions/checkout/issues/290).
#### Caching go dependencies
When using the `setup-go` action, you can optionally set `cache: true` for
it to aumatically cache and restore your go dependencies, which usually
helps speed up build times.
!!! tip
For detailed instructions please follow GitHub Actions [workflow syntax][syntax].