1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 06:49:23 +01:00

Makes changes for golang 1.17 (#1421)

This commit is contained in:
Amir Raminfar
2021-08-28 17:17:24 -07:00
committed by GitHub
parent fc00877d75
commit b50aa035df
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2.1.4
with:
go-version: 1.16.x
go-version: 1.17.x
- name: Checkout code
uses: actions/checkout@v2.3.4
- name: Run Go Tests with Coverage

View File

@@ -20,7 +20,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2.1.4
with:
go-version: 1.16.x
go-version: 1.17.x
- name: Checkout code
uses: actions/checkout@v2.3.4
- name: Run Go Tests with Coverage