chg: update setup-go version for github action

This commit is contained in:
Jaynti Kanani 2020-12-08 20:46:51 +05:30 committed by GitHub
parent 830777fa79
commit 162094b44b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2.1.3
with:
go-version: 1.15.5
- name: "Build binaries"