Skip to content

Commit

Permalink
Remove more old go versions and pin 1.22.1 exactly
Browse files Browse the repository at this point in the history
  • Loading branch information
toddgaunt-gs committed Mar 7, 2024
1 parent 3668955 commit 65c740c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x]
go-version: [1.20.x, 1.21.x, 1.22.x]

runs-on: ubuntu-latest

Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:

strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x, 1.16.x]
go-version: [1.20.x, 1.21.x, 1.22.x]

runs-on: macos-latest

Expand All @@ -67,7 +67,7 @@ jobs:

strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x, 1.16.x]
go-version: [1.20.x, 1.21.x, 1.22.x]

runs-on: windows-latest

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/globalsign/est

go 1.22
go 1.22.1

require (
github.com/ThalesIgnite/crypto11 v1.2.1
Expand Down

0 comments on commit 65c740c

Please sign in to comment.