Skip to content

Commit ec9ecd5

Browse files
committed
- [!] update CI go-version to 1.16
1 parent d090f5d commit ec9ecd5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/go-release-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: build
33
env:
44
TEST_DIRS: test test2
55
TEST_NAME: ./test-all.sh
6+
GO111MODULE: off
67

78
on:
89
push:
@@ -19,7 +20,7 @@ jobs:
1920
name: Set up Go
2021
uses: actions/setup-go@v2
2122
with:
22-
go-version: 1.15
23+
go-version: 1.16
2324

2425
-
2526
name: Install Cloudsmith CLI

0 commit comments

Comments
 (0)