Skip to content

Commit 5196cb8

Browse files
committed
chore(CI): setup go version to ^1
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 50ef568 commit 5196cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup go
1616
uses: actions/setup-go@v2
1717
with:
18-
go-version: '^1.16'
18+
go-version: '^1'
1919
- name: Checkout repository
2020
uses: actions/checkout@v2
2121
- name: Setup golangci-lint

0 commit comments

Comments
 (0)