Skip to content

Add missing symbol to sys_unsupported to fix broken compile on non-… #4

Add missing symbol to sys_unsupported to fix broken compile on non-…

Add missing symbol to sys_unsupported to fix broken compile on non-… #4

Workflow file for this run

name: godev
on:
push:
tags:
- 'v*'
jobs:
update:
runs-on: windows-latest
steps:
-
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
-
name: Call pkg.go.dev
run: |
go get github.com/${GITHUB_REPOSITORY}@${GITHUB_REF#refs/tags/}
env:
GO111MODULE: on
GOPROXY: https://proxy.golang.org
shell: bash