Skip to content

Commit f154d99

Browse files
committedSep 13, 2024··
Fix Nancy to use Go 1.22
Signed-off-by: Steve Coffman <steve@khanacademy.org>
1 parent 6b9e40e commit f154d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/security.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
nancy:
1717
strategy:
1818
matrix:
19-
go: ["1.21"] # nancy is a little flaky
19+
go: ["1.22"] # nancy is a little flaky
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)
Please sign in to comment.