Skip to content

Commit

Permalink
Merge pull request #87 from ineiti/patch-1
Browse files Browse the repository at this point in the history
Reference latest setup-go
  • Loading branch information
joshmgross committed Aug 30, 2021
2 parents 331ce1d + 6eb7002 commit 0ea1f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -50,7 +50,7 @@ Basic:
```yaml
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v1
- uses: actions/setup-go@v2
with:
go-version: '1.9.3' # The Go version to download (if necessary) and use.
- run: go run hello.go
Expand All @@ -68,7 +68,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- run: go run hello.go
Expand Down

0 comments on commit 0ea1f64

Please sign in to comment.