Skip to content

Commit

Permalink
revert: go workflow release upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
redraskal committed Dec 12, 2023
1 parent 3150bfd commit c063416
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "1.21"
goversion: "1.20"
pre_command: "go build -o libr6dissect.${{ env.ext }} -buildmode=c-shared exports/exports.go"
extra_files: "LICENSE README.md libr6dissect.h libr6dissect.${{ env.ext }}"
ldflags: "-X 'main.Version=${{ env.version }}'"
Binary file removed r6-dissect
Binary file not shown.

0 comments on commit c063416

Please sign in to comment.