Skip to content

Commit

Permalink
go version to 1.21.5 (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
hookenz authored Jan 9, 2024
1 parent d402002 commit 222d923
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 @@ -16,7 +16,7 @@ on:

env:
DOCKER_HUB_REPO: portainerci/agent
GO_VERSION: 1.21.3
GO_VERSION: 1.21.5

jobs:
build_images:
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.3
GO_VERSION: 1.21.5

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

env:
GO_VERSION: 1.21.3
GO_VERSION: 1.21.5

jobs:
server-dependencies:
Expand Down

0 comments on commit 222d923

Please sign in to comment.