Skip to content

Commit

Permalink
v1 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny McCormick committed Aug 1, 2019
1 parent 136ed85 commit 58fca98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Basic:
```yaml
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@master
- uses: actions/setup-go@v1
with:
version: 1.9.3 // The Go version to download (if necessary) and use.
- run: go run hello.go
Expand All @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Setup go
uses: actions/setup-go@master
uses: actions/setup-go@v1
with:
version: ${{ matrix.go }}
- run: go run hello.go
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-go",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"description": "setup go action",
"main": "lib/setup-go.js",
Expand Down

0 comments on commit 58fca98

Please sign in to comment.