Merge pull request #479 from emersonian/go-1.22.2

Bump golang version to mitigate HTTP/2 continuation floods (#478)
This commit is contained in:
str4d 2024-04-22 17:41:43 +01:00 committed by GitHub
commit 2fb5ccd7aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
go-version: ['>=1.22.0']
go-version: ['>=1.22.2']
steps:
- name: Check out code