Skip to content

Commit

Permalink
Go 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
barnybug committed Mar 8, 2020
1 parent f765a18 commit cee98ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.13.4
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.13.4
go-version: 1.14

- name: Check out code
uses: actions/checkout@v1
Expand Down

0 comments on commit cee98ca

Please sign in to comment.