1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-31 10:07:22 +01:00

Updates to Go1.15 (#629)

This commit is contained in:
Amir Raminfar
2020-08-12 16:55:38 -07:00
committed by GitHub
parent bf3ff49ab4
commit 29ae7fa601
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.14.x
go-version: 1.15.x
- name: Checkout code
uses: actions/checkout@v2
- name: Run Go Tests with Coverage

View File

@@ -20,7 +20,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.14.x
go-version: 1.15.x
- name: Checkout code
uses: actions/checkout@v2
- name: Run Go Tests with Coverage