Skip to content

Commit

Permalink
Add support for Go 1.22 (#675)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
  • Loading branch information
bestbeforetoday authored Feb 8, 2024
1 parent efb23f2 commit 344d64b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:

env:
DEFAULT_GO_VERSION: "1.21"
DEFAULT_GO_VERSION: "1.22"

jobs:
verify-versions:
Expand Down Expand Up @@ -53,6 +53,7 @@ jobs:
go-version:
- "1.20"
- "1.21"
- "1.22"
env:
SOFTHSM2_CONF: ${{ github.workspace }}/softhsm2.conf
steps:
Expand All @@ -79,6 +80,7 @@ jobs:
go-version:
- "1.20"
- "1.21"
- "1.22"
env:
SOFTHSM2_CONF: ${{ github.workspace }}/softhsm2.conf
steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
contents: read

env:
GO_VERSION: "1.21"
GO_VERSION: "1.22"

jobs:
go:
Expand Down Expand Up @@ -105,4 +105,3 @@ jobs:
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ steps.get-date.outputs.datetime }}-${{ hashFiles('**/pom.xml') }}

0 comments on commit 344d64b

Please sign in to comment.