Skip to content

Commit 787d2c4

Browse files
authored
bump minimum Go version to 1.22 (#160)
1 parent f8eea43 commit 787d2c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
fail-fast: false
77
matrix:
8-
go-version: [1.20.x]
8+
go-version: [1.22.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, 3.3.0, 3.3.1]
1010
runs-on: ubuntu-20.04
1111
steps:
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
matrix:
53-
go-version: [1.20.x]
53+
go-version: [1.22.x]
5454
openssl-version: [libcrypto-1_1-x64.dll, libcrypto-3-x64.dll]
5555
steps:
5656
- name: Install Go
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
fail-fast: false
6969
matrix:
70-
go-version: [1.20.x]
70+
go-version: [1.22.x]
7171
openssl-version: [libcrypto.3.dylib]
7272
runs-on: macos-12
7373
steps:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/golang-fips/openssl/v2
22

3-
go 1.20
3+
go 1.22

0 commit comments

Comments
 (0)