Skip to content

Commit

Permalink
Upgrade go version
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark committed Jan 7, 2021
1 parent 23c8b5e commit b28efd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v1
- 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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- 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 b28efd0

Please sign in to comment.