chore(golang): version upgrade to 1.21.6 [EE-6634] (#11036)

pull/10850/head
Prabhat Khera 2024-01-31 06:28:53 +13:00 committed by GitHub
parent e39c19bcca
commit 9615e678e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 8 additions and 6 deletions

View File

@ -22,7 +22,7 @@ on:
env:
DOCKER_HUB_REPO: portainerci/portainer
NODE_ENV: testing
GO_VERSION: 1.21.5
GO_VERSION: 1.21.6
NODE_VERSION: 18.x
jobs:

View File

@ -18,7 +18,7 @@ on:
- ready_for_review
env:
GO_VERSION: 1.21.5
GO_VERSION: 1.21.6
NODE_VERSION: 18.x
jobs:

View File

@ -6,7 +6,7 @@ on:
workflow_dispatch:
env:
GO_VERSION: 1.21.5
GO_VERSION: 1.21.6
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.6
NODE_VERSION: 18.x
jobs:

View File

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

View File

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

2
go.mod
View File

@ -2,6 +2,8 @@ module github.com/portainer/portainer
go 1.21
toolchain go1.21.6
require (
github.com/Masterminds/semver v1.5.0
github.com/Microsoft/go-winio v0.6.1