Skip to content

Commit

Permalink
Version 0.9.0 (#31)
Browse files Browse the repository at this point in the history
* Update go.yml

* Update go.yml

* Update go.yml

* Version 0.9.0
  • Loading branch information
vsoftco authored Oct 30, 2023
1 parent f5259db commit d3da3fc
Show file tree
Hide file tree
Showing 2 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 @@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
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 d3da3fc

Please sign in to comment.