Update dependencies (Go 1.22)

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2024-03-26 11:02:19 +02:00
parent 62fd5d2f77
commit 6651751fbe
7 changed files with 55 additions and 53 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version: 1.22.x
cache-dependency-path: |
**/go.sum
**/go.mod
+4
View File
@@ -32,6 +32,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with: