Upgraded golang version to 1.17.8

This commit is contained in:
Aman Singh
2022-04-12 20:41:54 +05:30
committed by GitHub
parent 89b4f6b0c9
commit 984d34fe9f
+1 -1
View File
@@ -4,7 +4,7 @@ name: default
steps:
- name: build
image: golang:1.17.7
image: golang:1.17.8
commands:
- go test ./...
- sh scripts/build.sh