Skip to content

Commit 222d923

Browse files
authored
go version to 1.21.5 (#565)
1 parent d402002 commit 222d923

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
env:
1818
DOCKER_HUB_REPO: portainerci/agent
19-
GO_VERSION: 1.21.3
19+
GO_VERSION: 1.21.5
2020

2121
jobs:
2222
build_images:

.github/workflows/nightly-security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
env:
9-
GO_VERSION: 1.21.3
9+
GO_VERSION: 1.21.5
1010

1111
jobs:
1212
server-dependencies:

.github/workflows/pr-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- ".github/workflows/pr-security.yml"
1414

1515
env:
16-
GO_VERSION: 1.21.3
16+
GO_VERSION: 1.21.5
1717

1818
jobs:
1919
server-dependencies:

0 commit comments

Comments
 (0)