|
|
@@ -10,7 +10,7 @@ on:
|
|
|
|
|
|
env:
|
|
|
# Common versions
|
|
|
- GO_VERSION: '1.16'
|
|
|
+ GO_VERSION: '1.17'
|
|
|
GOLANGCI_VERSION: 'v1.42.1'
|
|
|
# list of available versions: https://storage.googleapis.com/kubebuilder-tools
|
|
|
# TODO: 1.21.2 does not shut down properly with controller-runtime 0.9.2
|
|
|
@@ -21,7 +21,7 @@ env:
|
|
|
# a step 'if env.GHCR_USERNAME' != ""', so we copy these to succinctly test whether
|
|
|
# credentials have been provided before trying to run steps that need them.
|
|
|
GHCR_USERNAME: ${{ secrets.GHCR_USERNAME }}
|
|
|
-
|
|
|
+
|
|
|
# Sonar
|
|
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
|
|
|