Skip to content

Commit

Permalink
Fix Nancy to use Go 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Coffman <[email protected]>
  • Loading branch information
StevenACoffman committed Sep 13, 2024
1 parent 6b9e40e commit f154d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
nancy:
strategy:
matrix:
go: ["1.21"] # nancy is a little flaky
go: ["1.22"] # nancy is a little flaky
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f154d99

Please sign in to comment.