ci: bump go in CI (#16049)

This commit is contained in:
Julien Robert
2023-05-06 16:50:34 +00:00
committed by GitHub
parent 931fbcff5c
commit 1d3193cba4
16 changed files with 113 additions and 57 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.20.3
go-version: "1.20"
check-latest: true
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2