chore(go): update to Go v1.22.5 EE-7297 (#12005)

pull/12009/head
andres-portainer 2024-07-03 22:29:20 -03:00 committed by GitHub
parent 4adce14485
commit 854474478c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 8 additions and 8 deletions

View File

@ -22,7 +22,7 @@ on:
env: env:
DOCKER_HUB_REPO: portainerci/portainer-ce DOCKER_HUB_REPO: portainerci/portainer-ce
EXTENSION_HUB_REPO: portainerci/portainer-docker-extension EXTENSION_HUB_REPO: portainerci/portainer-docker-extension
GO_VERSION: 1.21.9 GO_VERSION: 1.22.5
NODE_VERSION: 18.x NODE_VERSION: 18.x
jobs: jobs:

View File

@ -18,7 +18,7 @@ on:
- ready_for_review - ready_for_review
env: env:
GO_VERSION: 1.21.9 GO_VERSION: 1.22.5
NODE_VERSION: 18.x NODE_VERSION: 18.x
jobs: jobs:

View File

@ -6,7 +6,7 @@ on:
workflow_dispatch: workflow_dispatch:
env: env:
GO_VERSION: 1.21.9 GO_VERSION: 1.22.5
jobs: jobs:
client-dependencies: client-dependencies:

View File

@ -14,7 +14,7 @@ on:
- '.github/workflows/pr-security.yml' - '.github/workflows/pr-security.yml'
env: env:
GO_VERSION: 1.21.9 GO_VERSION: 1.22.5
NODE_VERSION: 18.x NODE_VERSION: 18.x
jobs: jobs:

View File

@ -1,7 +1,7 @@
name: Test name: Test
env: env:
GO_VERSION: 1.21.9 GO_VERSION: 1.22.5
NODE_VERSION: 18.x NODE_VERSION: 18.x
on: on:

View File

@ -13,7 +13,7 @@ on:
- ready_for_review - ready_for_review
env: env:
GO_VERSION: 1.21.9 GO_VERSION: 1.22.5
NODE_VERSION: 18.x NODE_VERSION: 18.x
jobs: jobs:

4
go.mod
View File

@ -1,8 +1,8 @@
module github.com/portainer/portainer module github.com/portainer/portainer
go 1.21 go 1.22
toolchain go1.21.9 toolchain go1.22.5
require ( require (
github.com/Masterminds/semver v1.5.0 github.com/Masterminds/semver v1.5.0