Skip to content

Commit 58fca98

Browse files
author
Danny McCormick
authored
v1 (#8)
1 parent 136ed85 commit 58fca98

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Basic:
1313
```yaml
1414
steps:
1515
- uses: actions/checkout@master
16-
- uses: actions/setup-go@master
16+
- uses: actions/setup-go@v1
1717
with:
1818
version: 1.9.3 // The Go version to download (if necessary) and use.
1919
- run: go run hello.go
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@master
3232
- name: Setup go
33-
uses: actions/setup-go@master
33+
uses: actions/setup-go@v1
3434
with:
3535
version: ${{ matrix.go }}
3636
- run: go run hello.go

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-go",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "setup go action",
66
"main": "lib/setup-go.js",

0 commit comments

Comments
 (0)