treewide: update Go toolchain to 1.22.7 (#3343)

This commit is contained in:
Moritz Sanft 2024-09-09 12:45:48 +02:00 committed by GitHub
parent 0aeda78089
commit fe2fd0a2da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 9 additions and 9 deletions

View file

@ -40,7 +40,7 @@ jobs:
if: matrix.language == 'go'
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: "1.22.5"
go-version: "1.22.7"
cache: false
- name: Initialize CodeQL