Use latest go-lang

This commit is contained in:
Mike Farah
2020-09-08 09:43:11 +10:00
parent 759456e375
commit bb6f07d147
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.14
- name: Set up Go 1.15
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.15
id: go
- name: Check out code into the Go module directory