Skip to content

Commit

Permalink
update Go to v1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Mar 21, 2020
1 parent 68ff03d commit 15561dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/urbs_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
name: Build And Upload Release Asset
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.14
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.14.1
id: go

- name: Check out code into the Go module directory
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/urbs_test_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
name: Test Unit
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.14
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.14.1
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit 15561dc

Please sign in to comment.