Skip to content

Commit

Permalink
require at least go1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Sep 26, 2024
1 parent fdc07be commit c5abe8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.17.x, 1.18.x, 1.19.x]
go-version: [1.22.x, 1.23.x]
venv: [windows-2019, windows-2022]
fips: [1, 0]
runs-on: ${{ matrix.venv }}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/microsoft/go-crypto-winnative

go 1.17
go 1.22

0 comments on commit c5abe8b

Please sign in to comment.