update Go to 1.19

Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
This commit is contained in:
Sanskar Jaiswal
2022-10-12 12:18:57 +05:30
committed by Sanskar Jaiswal
parent b96f6f0920
commit 3418488902
14 changed files with 436 additions and 374 deletions

View File

@@ -28,7 +28,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.18.x
go-version: 1.19.x
- name: Download modules
run: |
go mod download