We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93c0a3 commit b921d24Copy full SHA for b921d24
.github/workflows/test.yaml
@@ -157,10 +157,10 @@ jobs:
157
- uses: actions/checkout@v2
158
# using actions/setup-go@v1 is the only way to get macos build to work.
159
# otherwise, with v2, would get this cgo error: 'cgo-generated-wrappers:13:13: error: redefinition of 'free' as different kind of symbol'
160
- - name: Set up Go 1.17
+ - name: Set up Go 1.20
161
uses: actions/setup-go@v1
162
with:
163
- go-version: 1.17
+ go-version: 1.20
164
- run: make loadable
165
- uses: actions/upload-artifact@v3
166
0 commit comments