Add go-proxy-pull-action

Add an action to pull Go modules on release to warm up the proxy cache and update documentation
This commit is contained in:
Andrew Slotin 2020-05-25 18:32:22 +02:00 committed by Andrey Slotin
parent 81660652d8
commit 8a6a76859e

View File

@ -199,6 +199,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Setup Cocoapods](https://github.com/maxim-lobanov/setup-cocoapods) - Setup specific version of Cocoapods.
- [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address.
- [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus)
- [Pull the new Go module version into the proxy cache](https://github.com/andrewslotin/go-proxy-pull-action) - Ensures the latest version of your Go module is in the proxy cache. Also updates the pkg.go.dev documentation upon release.
#### Environments