Skip to content

Commit 0f3b986

Browse files
authored
try workflow
1 parent 2440a95 commit 0f3b986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_bsd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
go: [1.21.x]
22+
go: [1.18.x]
2323
os: [macos-latest]
2424
runs-on: ${{ matrix.os}}
2525
steps:
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
printf "$(go version)\n"
3535
printf "\n\ngo environment:\n\n"
36-
go get -u github.com/lesismal/nbio/...
36+
go get -u github.com/lesismal/nbio
3737
ulimit -n 30000
3838
go env
3939
echo "short_sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)