Compare commits

...

2 Commits

Author SHA1 Message Date
Edward Thomson
63aa003870 Update README for semantic versioning 2019-11-08 16:51:08 +00:00
Edward Thomson
8dd2e77965 Update description 2019-11-08 16:50:57 +00:00
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ See [action.yml](action.yml)
Basic:
```yaml
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
- uses: actions/setup-go@v1
with:
go-version: '1.9.3' # The Go version to download (if necessary) and use.
@ -33,7 +33,7 @@ jobs:
go: [ '1.8', '1.9.3', '1.10.x' ]
name: Go ${{ matrix.go }} sample
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
- name: Setup go
uses: actions/setup-go@v1
with:

View File

@ -1,5 +1,5 @@
name: 'Setup Go environment'
description: 'Setup a Go environment and add it to the PATH, additionally providing proxy support'
name: 'Setup Go'
description: 'Set up a specific version of Go and add the command-line tools to the PATH'
author: 'GitHub'
inputs:
go-version: