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
+2 -1
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
+2 -1
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