starting v2 and proxy support

This commit is contained in:
Bryan MacFarlane
2020-02-09 00:21:39 -05:00
parent 9fbc767707
commit 4282769cc0
191 changed files with 5351 additions and 14572 deletions

View File

@ -1,7 +1,9 @@
# setup-go
<p align="left">
<a href="https://github.com/actions/setup-go"><img alt="GitHub Actions status" src="https://github.com/actions/setup-go/workflows/Main%20workflow/badge.svg"></a>
<a href="https://github.com/actions/setup-go/actions"><img alt="GitHub Actions status" src="https://github.com/actions/setup-go/workflows/build-test/badge.svg"></a>
<a href="https://github.com/actions/setup-go/actions"><img alt="versions status" src="https://github.com/actions/setup-go/workflows/go-versions/badge.svg"></a>
</p>
This action sets up a go environment for use in actions by:
@ -30,10 +32,10 @@ jobs:
runs-on: ubuntu-16.04
strategy:
matrix:
go: [ '1.8', '1.9.3', '1.10.x' ]
go: [ '1.13', '1.12' ]
name: Go ${{ matrix.go }} sample
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
- name: Setup go
uses: actions/setup-go@v1
with:
@ -48,3 +50,7 @@ The scripts and documentation in this project are released under the [MIT Licens
# Contributions
Contributions are welcome! See [Contributor's Guide](docs/contributors.md)
## Code of Conduct
:wave: Be nice. See [our code of conduct](CONDUCT)