mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 14:29:40 +02:00
chore(golang): version upgrade to 1.21.6 [EE-6634] (#11036)
Some checks are pending
ci / build_images (map[arch:amd64 platform:linux]) (push) Waiting to run
ci / build_images (map[arch:amd64 platform:windows version:1809]) (push) Waiting to run
ci / build_images (map[arch:amd64 platform:windows version:ltsc2022]) (push) Waiting to run
ci / build_images (map[arch:arm64 platform:linux]) (push) Waiting to run
ci / build_manifests (push) Blocked by required conditions
/ triage (push) Waiting to run
Lint / Run linters (push) Waiting to run
Test / test-client (push) Waiting to run
Test / test-server (map[arch:amd64 platform:linux]) (push) Waiting to run
Test / test-server (map[arch:amd64 platform:windows version:1809]) (push) Waiting to run
Test / test-server (map[arch:amd64 platform:windows version:ltsc2022]) (push) Waiting to run
Test / test-server (map[arch:arm64 platform:linux]) (push) Waiting to run
Some checks are pending
ci / build_images (map[arch:amd64 platform:linux]) (push) Waiting to run
ci / build_images (map[arch:amd64 platform:windows version:1809]) (push) Waiting to run
ci / build_images (map[arch:amd64 platform:windows version:ltsc2022]) (push) Waiting to run
ci / build_images (map[arch:arm64 platform:linux]) (push) Waiting to run
ci / build_manifests (push) Blocked by required conditions
/ triage (push) Waiting to run
Lint / Run linters (push) Waiting to run
Test / test-client (push) Waiting to run
Test / test-server (map[arch:amd64 platform:linux]) (push) Waiting to run
Test / test-server (map[arch:amd64 platform:windows version:1809]) (push) Waiting to run
Test / test-server (map[arch:amd64 platform:windows version:ltsc2022]) (push) Waiting to run
Test / test-server (map[arch:arm64 platform:linux]) (push) Waiting to run
This commit is contained in:
parent
e39c19bcca
commit
9615e678e6
7 changed files with 8 additions and 6 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -22,7 +22,7 @@ on:
|
||||||
env:
|
env:
|
||||||
DOCKER_HUB_REPO: portainerci/portainer
|
DOCKER_HUB_REPO: portainerci/portainer
|
||||||
NODE_ENV: testing
|
NODE_ENV: testing
|
||||||
GO_VERSION: 1.21.5
|
GO_VERSION: 1.21.6
|
||||||
NODE_VERSION: 18.x
|
NODE_VERSION: 18.x
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -18,7 +18,7 @@ on:
|
||||||
- ready_for_review
|
- ready_for_review
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: 1.21.5
|
GO_VERSION: 1.21.6
|
||||||
NODE_VERSION: 18.x
|
NODE_VERSION: 18.x
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
2
.github/workflows/nightly-security-scan.yml
vendored
2
.github/workflows/nightly-security-scan.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: 1.21.5
|
GO_VERSION: 1.21.6
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
client-dependencies:
|
client-dependencies:
|
||||||
|
|
2
.github/workflows/pr-security.yml
vendored
2
.github/workflows/pr-security.yml
vendored
|
@ -14,7 +14,7 @@ on:
|
||||||
- '.github/workflows/pr-security.yml'
|
- '.github/workflows/pr-security.yml'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: 1.21.3
|
GO_VERSION: 1.21.6
|
||||||
NODE_VERSION: 18.x
|
NODE_VERSION: 18.x
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: Test
|
name: Test
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: 1.21.5
|
GO_VERSION: 1.21.6
|
||||||
NODE_VERSION: 18.x
|
NODE_VERSION: 18.x
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
2
.github/workflows/validate-openapi-spec.yaml
vendored
2
.github/workflows/validate-openapi-spec.yaml
vendored
|
@ -13,7 +13,7 @@ on:
|
||||||
- ready_for_review
|
- ready_for_review
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: 1.21.5
|
GO_VERSION: 1.21.6
|
||||||
NODE_VERSION: 18.x
|
NODE_VERSION: 18.x
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -2,6 +2,8 @@ module github.com/portainer/portainer
|
||||||
|
|
||||||
go 1.21
|
go 1.21
|
||||||
|
|
||||||
|
toolchain go1.21.6
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/Masterminds/semver v1.5.0
|
github.com/Masterminds/semver v1.5.0
|
||||||
github.com/Microsoft/go-winio v0.6.1
|
github.com/Microsoft/go-winio v0.6.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue