diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8083b5084..24f6835c9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ on: env: DOCKER_HUB_REPO: portainerci/portainer NODE_ENV: testing - GO_VERSION: 1.21.3 + GO_VERSION: 1.21.5 NODE_VERSION: 18.x jobs: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e50e59ab3..01f72b9cc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ on: - release/* env: - GO_VERSION: 1.21.3 + GO_VERSION: 1.21.5 jobs: run-linters: diff --git a/.github/workflows/nightly-security-scan.yml b/.github/workflows/nightly-security-scan.yml index f3e5692d4..fdbf69639 100644 --- a/.github/workflows/nightly-security-scan.yml +++ b/.github/workflows/nightly-security-scan.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: env: - GO_VERSION: 1.21.3 + GO_VERSION: 1.21.5 jobs: client-dependencies: @@ -144,7 +144,7 @@ jobs: image: portainerci/portainer:develop sarif-file: image-docker-scout.json dockerhub-user: ${{ secrets.DOCKER_HUB_USERNAME }} - dockerhub-password: ${{ secrets.DOCKER_HUB_PASSWORD }} + dockerhub-password: ${{ secrets.DOCKER_HUB_PASSWORD }} - name: upload Docker Scout image security scan result as artifact uses: actions/upload-artifact@v3 @@ -197,7 +197,7 @@ jobs: matrix.js.status == 'failure' || matrix.go.status == 'failure' || matrix.image-trivy.status == 'failure' || - matrix.image-docker-scout.status == 'failure' + matrix.image-docker-scout.status == 'failure' uses: slackapi/slack-github-action@v1.23.0 with: payload: | diff --git a/.github/workflows/pr-security.yml b/.github/workflows/pr-security.yml index a72211570..a7b14ed00 100644 --- a/.github/workflows/pr-security.yml +++ b/.github/workflows/pr-security.yml @@ -14,7 +14,7 @@ on: - '.github/workflows/pr-security.yml' env: - GO_VERSION: 1.21.3 + GO_VERSION: 1.21.5 NODE_VERSION: 18.x jobs: diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index db5203798..d2a868fd3 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -16,4 +16,4 @@ jobs: - name: Automatic Rebase uses: cirrus-actions/rebase@1.4 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/validate-openapi-spec.yaml b/.github/workflows/validate-openapi-spec.yaml index 81b1ccf4f..1ec456925 100644 --- a/.github/workflows/validate-openapi-spec.yaml +++ b/.github/workflows/validate-openapi-spec.yaml @@ -8,7 +8,7 @@ on: - 'release/*' env: - GO_VERSION: 1.21.3 + GO_VERSION: 1.21.5 NODE_VERSION: 18.x jobs: