From 9022a4444ccd33892a52df6fa772727a8c79274d Mon Sep 17 00:00:00 2001 From: Vlad Gheorghiu Date: Tue, 31 Oct 2023 06:28:07 +1100 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 25932a1..2d3cf13 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -28,7 +28,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: 1.21 - name: Install liboqs POSIX if: matrix.os != 'windows-latest'