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

Commit

Permalink
Merge pull request #4 from xushiwei/t
Browse files Browse the repository at this point in the history
go 1.16.x
  • Loading branch information
xushiwei authored May 21, 2022
2 parents ffaaa00 + fbc8365 commit 0a460cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.17.x]
go-version: [1.16.x]
os: [macos-11, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 1 addition & 0 deletions libc_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build darwin
// +build darwin

package libc

Expand Down
1 change: 1 addition & 0 deletions libtest_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build darwin
// +build darwin

package libc_test

Expand Down

0 comments on commit 0a460cb

Please sign in to comment.