Skip to content

Commit

Permalink
fix(workflows): upgrade Go to v1.21.9 EE-6939
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-portainer committed Apr 18, 2024
1 parent 0438d40 commit ccde4d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

env:
DOCKER_HUB_REPO: portainerci/agent
GO_VERSION: 1.21.6
GO_VERSION: 1.21.9

jobs:
build_images:
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 @@ -13,7 +13,7 @@ on:
- ".github/workflows/pr-security.yml"

env:
GO_VERSION: 1.21.6
GO_VERSION: 1.21.9

jobs:
server-dependencies:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test
on: push

env:
GO_VERSION: 1.21.6
GO_VERSION: 1.21.9

jobs:
test:
Expand Down

0 comments on commit ccde4d2

Please sign in to comment.