Skip to content

Commit

Permalink
Version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Oct 30, 2023
1 parent ccc4d87 commit 817419a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
strategy:
matrix:
os: [ windows-latest ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: 1.21

- name: Install liboqs POSIX
if: matrix.os != 'windows-latest'
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ The project contains the following files and directories:

> gcc (Rev3, Built by MSYS2 project) 9.1.0
- If using Windows, you *may* need Go 1.21, as some earlier versions of Go produce some linker errors when
running `cgo`.

---

Expand Down

0 comments on commit 817419a

Please sign in to comment.