Skip to content

Commit cce2bfe

Browse files
Use Golang version 1.17 in Test workflow
1 parent ed0036f commit cce2bfe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
steps:
1414
- name: Checkout source
1515
uses: actions/checkout@v3
16+
- name: Setup Golang
17+
uses: actions/setup-go@v3
18+
with:
19+
go-version: ~1.17
1620
- name: Get dependencies
1721
run: go get -v -t -d ./...
1822
- name: Build

0 commit comments

Comments
 (0)