Skip to content

Commit

Permalink
Merge pull request #76 from sagikazarmark/fix-set-env
Browse files Browse the repository at this point in the history
Fix set env
  • Loading branch information
norwoodj committed Jan 12, 2021
2 parents 561b946 + b28efd0 commit 7c4ae94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-go@v2-beta
- uses: actions/setup-go@v2
with:
go-version: '^1.14.1'
go-version: '^1.15.6'
- uses: actions/cache@v1
with:
path: /home/runner/go/pkg/mod
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-go@v2-beta
- uses: actions/setup-go@v2
with:
go-version: '^1.14.1'
go-version: '^1.15.6'
- uses: actions/cache@v1
with:
path: /home/runner/go/pkg/mod
Expand Down

0 comments on commit 7c4ae94

Please sign in to comment.