mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 01:50:52 +00:00
Update README.md
This commit is contained in:
parent
bbecd77f61
commit
86fdc0f1ef
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
This action sets up a go environment for use in actions by:
|
||||
|
||||
- optionally downloading and caching a version of Go by version and adding to PATH
|
||||
- optionally building and caching Go tip (master branch) from source
|
||||
- registering problem matchers for error output
|
||||
|
||||
# Usage
|
||||
|
@ -30,7 +31,7 @@ jobs:
|
|||
runs-on: ubuntu-16.04
|
||||
strategy:
|
||||
matrix:
|
||||
go: [ '1.8', '1.9.3', '1.10.x' ]
|
||||
go: [ '1.8', '1.9.3', '1.10.x', 'latest', 'tip' ]
|
||||
name: Go ${{ matrix.go }} sample
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
|
Loading…
Add table
Reference in a new issue