Skip to content

Commit

Permalink
Use Go 1.20 for static binary builds, latest openssl for darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
cmars committed Oct 21, 2023
1 parent b1d356f commit 5679f65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.20
- name: Configure Git
run: |
git config --global user.name "Onionpipe CI"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.20
- name: Configure Git
run: |
git config --global user.name "Onionpipe CI"
Expand Down
2 changes: 1 addition & 1 deletion build/build_all_darwin.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd $(dirname $0)

brew install \
pkg-config [email protected] automake \
openssl@1.1 \
openssl \
libevent \
zlib

Expand Down

0 comments on commit 5679f65

Please sign in to comment.