Merge branch v3.6 into master

This commit is contained in:
mmatur
2026-02-23 19:24:54 +01:00
54 changed files with 729 additions and 254 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ jobs:
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
if: ${{ matrix.language == 'go' }}
with:
go-version-file: 'go.mod'
go-version-file: '.go-version'
check-latest: true
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL