bump go in github actions

This commit is contained in:
Cadey Ratio 2020-02-29 21:01:04 +00:00
parent 35f87de4f6
commit a87dc5b58e
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@ jobs:
name: Build
runs-on: ubuntu-latest
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