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

Changes to 1.20 (#2102)

This commit is contained in:
Amir Raminfar
2023-03-29 12:27:35 -07:00
committed by GitHub
parent 3e78f81a53
commit 49e6cd1c9b
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.19.x
go-version: 1.20.x
- name: Checkout code
uses: actions/checkout@v3
- name: Run Go Tests with Coverage

View File

@@ -50,7 +50,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.19.x
go-version: 1.20.x
- name: Checkout code
uses: actions/checkout@v3
- name: Run Go Tests with Coverage