Skip to content

Commit

Permalink
chore(ci): Go 1.14
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Tôrres <t0rr3sp3dr0@gmail.com>
  • Loading branch information
t0rr3sp3dr0 committed Apr 16, 2020
1 parent 2f9267f commit 9e09258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- ubuntu-latest
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Go 1.12
- name: Set up Go 1.14
uses: actions/setup-go@v1
with:
go-version: 1.12
go-version: 1.14
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
Expand Down

0 comments on commit 9e09258

Please sign in to comment.