1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-03 11:35:00 +01:00

Go 1.16 update (#1010)

This commit is contained in:
Amir Raminfar
2021-02-17 07:28:00 -08:00
committed by GitHub
parent 8fac42a6a0
commit 527db937e9
4 changed files with 4 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.15.x
go-version: 1.16.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.15.x
go-version: 1.16.x
- name: Checkout code
uses: actions/checkout@v2
- name: Run Go Tests with Coverage