Skip to content
This repository was archived by the owner on Apr 1, 2022. It is now read-only.

Commit 5c4de43

Browse files
authored
change go build version to 1.16 (#52)
1 parent d203c42 commit 5c4de43

File tree

2 files changed

+1
-48
lines changed

2 files changed

+1
-48
lines changed

.github/workflow/release.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Set up Go
2929
uses: actions/setup-go@v2
3030
with:
31-
go-version: 1.14
31+
go-version: 1.16
3232
-
3333
name: Import GPG key
3434
id: import_gpg

0 commit comments

Comments
 (0)