Skip to content

Commit 6cb3b25

Browse files
committed
update go in ci
1 parent 737859a commit 6cb3b25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v2
1212
- uses: actions/setup-go@v2
13+
with:
14+
go-version: '^1.17'
1315
- name: Lint
1416
uses: magefile/mage-action@v1
1517
with:
@@ -27,6 +29,8 @@ jobs:
2729
restore-keys: |
2830
${{ runner.os }}-go-
2931
- uses: actions/setup-go@v2
32+
with:
33+
go-version: '^1.17'
3034
- name: test
3135
uses: magefile/mage-action@v1
3236
with:

0 commit comments

Comments
 (0)