deps: update Go to 1.22.0

This commit is contained in:
Malte Poll 2024-02-19 18:20:08 +01:00
parent fe85877679
commit 38ef546362
12 changed files with 16 additions and 16 deletions

View file

@ -40,7 +40,7 @@ jobs:
if: matrix.language == 'go'
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: "1.21.6"
go-version: "1.22.0"
cache: false
- name: Initialize CodeQL