Use Go 1.13

This commit is contained in:
gdm85
2021-05-13 19:19:44 +02:00
parent 849bc584cc
commit 0bbd26c1b5
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.12
go-version: 1.13
id: go
- name: Check out repository