ci/cd: upgrade golang to 1.17

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
Ramkumar Chinchani
2022-01-06 20:21:44 +00:00
committed by Ramkumar Chinchani
parent e5f8b184d6
commit 3177f87403
11 changed files with 339 additions and 12 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
on:
push:
branches:
branches:
- main
pull_request:
branches:
@@ -25,7 +25,7 @@ jobs:
- name: Install go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.17.x
- name: Check out source code
uses: actions/checkout@v1