Skip to content

Commit 1ca00ec

Browse files
committed
Updated go version used by gh-actions build workflow
1 parent f590f7a commit 1ca00ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install Go
3838
uses: actions/setup-go@v2
3939
with:
40-
go-version: '1.13'
40+
go-version: '1.16.9'
4141

4242
- name: Build and Test
4343
run: |

0 commit comments

Comments
 (0)