Skip to content

Commit 2785984

Browse files
committed
ci: force go 1.17.x to ensure binaries for M1 macs are built
1 parent 96956fe commit 2785984

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
steps:
8181
- uses: actions/checkout@v2
8282
- uses: actions/setup-go@v2
83+
with:
84+
go-version: 1.17.x
8385

8486
- name: go mod cache
8587
uses: actions/cache@v1
@@ -132,6 +134,8 @@ jobs:
132134
steps:
133135
- uses: actions/checkout@v2
134136
- uses: actions/setup-go@v2
137+
with:
138+
go-version: 1.17.x
135139

136140
- name: go mod cache
137141
uses: actions/cache@v1

0 commit comments

Comments
 (0)