1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 22:39:18 +01:00

chore: updates go version for CI (#2499)

This commit is contained in:
Amir Raminfar
2023-11-13 16:48:28 -08:00
committed by GitHub
parent 4637b49075
commit 8ac79c707c
2 changed files with 4 additions and 2 deletions

View File

@@ -31,7 +31,8 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
go-version: 1.21.x
check-latest: true
- name: Checkout code
uses: actions/checkout@v4
- name: Run Go Tests with Coverage

View File

@@ -54,7 +54,8 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
go-version: 1.21.x
check-latest: true
- name: Checkout code
uses: actions/checkout@v4
- name: Run Go Tests with Coverage