Skip to content
This repository was archived by the owner on May 18, 2024. It is now read-only.

Commit 0a460cb

Browse files
authored
Merge pull request #4 from xushiwei/t
go 1.16.x
2 parents ffaaa00 + fbc8365 commit 0a460cb

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
go-version: [1.17.x]
14+
go-version: [1.16.x]
1515
os: [macos-11, windows-latest]
1616
runs-on: ${{ matrix.os }}
1717
steps:

libc_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//go:build darwin
2+
// +build darwin
23

34
package libc
45

libtest_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//go:build darwin
2+
// +build darwin
23

34
package libc_test
45

0 commit comments

Comments
 (0)