File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@v1
26
26
- name : Bump version
27
27
id : version_bump
28
- uses : anothrNick/github-tag-action@1.13 .0
28
+ uses : anothrNick/github-tag-action@1.38 .0
29
29
env :
30
30
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31
31
DEFAULT_BUMP : " patch"
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ package randomy
5
5
//#cgo linux,amd64 LDFLAGS:-L${SRCDIR}/build/linux-x86_64 -lm
6
6
//#cgo linux,arm64 LDFLAGS:-L${SRCDIR}/build/linux-arm64 -lm
7
7
//#cgo darwin,amd64 LDFLAGS:-L${SRCDIR}/build/darwin-x86_64 -lm
8
+ //#cgo darwin,arm64 LDFLAGS:-L${SRCDIR}/build/darwin-arm64 -lm
8
9
//#cgo windows,amd64 LDFLAGS:-L${SRCDIR}/build/windows-x86_64
9
10
//#include <stdlib.h>
10
11
//#include "randomy.h"
@@ -14,6 +15,7 @@ import (
14
15
"runtime"
15
16
"sync"
16
17
"unsafe"
18
+
17
19
"golang.org/x/sys/cpu"
18
20
)
19
21
You can’t perform that action at this time.
0 commit comments