Skip to content

Commit b921d24

Browse files
committed
go 1.20
1 parent e93c0a3 commit b921d24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ jobs:
157157
- uses: actions/checkout@v2
158158
# using actions/setup-go@v1 is the only way to get macos build to work.
159159
# 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
160+
- name: Set up Go 1.20
161161
uses: actions/setup-go@v1
162162
with:
163-
go-version: 1.17
163+
go-version: 1.20
164164
- run: make loadable
165165
- uses: actions/upload-artifact@v3
166166
with:

0 commit comments

Comments
 (0)