Updated the golang version for GitHub workflow.

This commit is contained in:
Shubham Kuchhal 2022-09-21 15:09:10 +05:30
parent bcc1cf3d5a
commit e6f637bab3
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18.1
go-version: 1.19
- uses: actions/checkout@v2
with: