Skip to content

Commit 8725ea9

Browse files
authored
Merge pull request #1667 from turkenf/go-vulnerability-fix-1.19
[release-1.19] Update go version to 1.23.6 [SECURITY]
2 parents d0bb651 + 6888e93 commit 8725ea9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
workflow_dispatch: {}
1414

1515
env:
16-
GO_VERSION: "1.22"
16+
GO_VERSION: "1.23.6"
1717

1818
jobs:
1919
detect-noop:

.github/workflows/uptest-trigger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
types: [created]
1010

1111
env:
12-
GO_VERSION: "1.22"
12+
GO_VERSION: "1.23.6"
1313

1414
jobs:
1515
debug:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
module github.com/upbound/provider-aws
66

7-
go 1.23.3
7+
go 1.23.6
88

99
require (
1010
dario.cat/mergo v1.0.1

0 commit comments

Comments
 (0)