Skip to content

Commit

Permalink
chore(golang): version upgrade to 1.21.6 [EE-6634] (#11036)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhat83 authored Jan 30, 2024
1 parent e39c19b commit 9615e67
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
- ready_for_review

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

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .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.5
GO_VERSION: 1.21.6

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

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

on:
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 @@ -13,7 +13,7 @@ on:
- ready_for_review

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

jobs:
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9615e67

Please sign in to comment.