|
@@ -48,10 +48,11 @@ jobs:
|
|
with:
|
|
with:
|
|
# required to pick up tags for BUILD_VERSION
|
|
# required to pick up tags for BUILD_VERSION
|
|
fetch-depth: 0
|
|
fetch-depth: 0
|
|
|
|
+
|
|
- name: "Set up Go"
|
|
- name: "Set up Go"
|
|
uses: actions/setup-go@v5
|
|
uses: actions/setup-go@v5
|
|
with:
|
|
with:
|
|
- go-version: "1.21.6"
|
|
|
|
|
|
+ go-version: "1.21.7"
|
|
cache-dependency-path: "**/go.sum"
|
|
cache-dependency-path: "**/go.sum"
|
|
|
|
|
|
# Initializes the CodeQL tools for scanning.
|
|
# Initializes the CodeQL tools for scanning.
|