update golang to 1.21.5

fix/EE-6459/CVEs
Matt Hook 2023-12-27 08:33:22 +13:00
parent 7ecb8a6a44
commit 7cf511ff8b
6 changed files with 8 additions and 8 deletions

View File

@ -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:

View File

@ -13,7 +13,7 @@ on:
- release/*
env:
GO_VERSION: 1.21.3
GO_VERSION: 1.21.5
jobs:
run-linters:

View File

@ -6,7 +6,7 @@ on:
workflow_dispatch:
env:
GO_VERSION: 1.21.3
GO_VERSION: 1.21.5
jobs:
client-dependencies:

View File

@ -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:

View File

@ -8,7 +8,7 @@ on:
- 'release/*'
env:
GO_VERSION: 1.21.3
GO_VERSION: 1.21.5
NODE_VERSION: 18.x
jobs: