Skip to content

Commit

Permalink
build in go 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Mar 16, 2021
1 parent 5980b75 commit 698079e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: set up go 1.14
uses: actions/setup-go@v1
- name: set up go 1.15
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.15
id: go

- name: checkout
Expand Down

0 comments on commit 698079e

Please sign in to comment.