Skip to content

Commit 11704a7

Browse files
authored
Revert "[ms-go1.23-support] Support serializing SymCrypt hash objects (#281)"
This reverts commit 9b2e967.
1 parent 9b2e967 commit 11704a7

File tree

7 files changed

+407
-914
lines changed

7 files changed

+407
-914
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jobs:
55
strategy:
66
fail-fast: false
77
matrix:
8-
go-version: [1.23.x]
8+
go-version: [1.20.x]
99
openssl-version: [1.0.2, 1.1.0, 1.1.1, 3.0.1, 3.0.13, 3.1.5, 3.2.1]
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-20.04
1111
steps:
1212
- name: Install build tools
1313
run: sudo apt-get install -y build-essential
@@ -22,7 +22,6 @@ jobs:
2222
- name: Check headers
2323
working-directory: ./cmd/checkheader
2424
run: go run . --ossl-include /usr/local/src/openssl-${{ matrix.openssl-version }}/include -shim ../../shims.h
25-
if: ${{ matrix.openssl-version != '1.0.2' }} # Doesn't work on Ubuntu 22.04
2625
- name: Set OpenSSL config and prove FIPS
2726
run: |
2827
sudo cp ./scripts/openssl-3.cnf /usr/local/ssl/openssl.cnf
@@ -51,7 +50,7 @@ jobs:
5150
strategy:
5251
fail-fast: false
5352
matrix:
54-
go-version: [1.23.x]
53+
go-version: [1.20.x]
5554
openssl-version: [libcrypto-1_1-x64.dll, libcrypto-3-x64.dll]
5655
steps:
5756
- name: Install Go
@@ -68,9 +67,9 @@ jobs:
6867
strategy:
6968
fail-fast: false
7069
matrix:
71-
go-version: [1.23.x]
72-
openssl-version: [/usr/local/opt/openssl@3/lib/libcrypto.3.dylib]
73-
runs-on: macos-13
70+
go-version: [1.20.x]
71+
openssl-version: [libcrypto.3.dylib]
72+
runs-on: macos-12
7473
steps:
7574
- name: Install Go
7675
uses: actions/setup-go@v3

0 commit comments

Comments
 (0)