build: bump to Go 1.21 (#17333)

This commit is contained in:
Julien Robert
2023-08-18 09:58:46 +00:00
committed by GitHub
parent 0288d423b9
commit f0030e0e6d
51 changed files with 477 additions and 80 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"
check-latest: true
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL