Skip to content

Commit

Permalink
Merge pull request #479 from emersonian/go-1.22.2
Browse files Browse the repository at this point in the history
Bump golang version to mitigate HTTP/2 continuation floods (#478)
  • Loading branch information
str4d authored Apr 22, 2024
2 parents 283cc64 + 5a500fb commit 2fb5ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
go-version: ['>=1.22.0']
go-version: ['>=1.22.2']

steps:
- name: Check out code
Expand Down

0 comments on commit 2fb5ccd

Please sign in to comment.