Skip to content

Commit

Permalink
upgrade golang and other dependant binaries (#10888)
Browse files Browse the repository at this point in the history
  • Loading branch information
hookenz authored Dec 26, 2023
1 parent e3c5cd0 commit ebac0b9
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ on:
- release/*

env:
GO_VERSION: 1.21.3
GO_VERSION: 1.21.5
NODE_VERSION: 18.x

jobs:
run-linters:
Expand All @@ -24,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
node-version: ${{ env.NODE_VERSION }}
cache: 'yarn'
- uses: actions/setup-go@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nightly-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
GO_VERSION: 1.21.3
GO_VERSION: 1.21.5

jobs:
client-dependencies:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test
on: push

env:
GO_VERSION: 1.21.3
GO_VERSION: 1.21.5
NODE_VERSION: 18.x

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-openapi-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'release/*'

env:
GO_VERSION: 1.21.3
GO_VERSION: 1.21.5
NODE_VERSION: 18.x

jobs:
Expand Down
8 changes: 4 additions & 4 deletions binary-version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"docker": "v24.0.6",
"dockerCompose": "v2.23.0",
"helm": "v3.13.1",
"kubectl": "v1.28.3",
"docker": "v24.0.7",
"dockerCompose": "v2.23.3",
"helm": "v3.13.3",
"kubectl": "v1.29.0",
"mingit": "2.42.0.2"
}

0 comments on commit ebac0b9

Please sign in to comment.