There was an error while loading. Please reload this page.
2 parents d0bb651 + 6888e93 commit 8725ea9Copy full SHA for 8725ea9
3 files changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ on:
13
workflow_dispatch: {}
14
15
env:
16
- GO_VERSION: "1.22"
+ GO_VERSION: "1.23.6"
17
18
jobs:
19
detect-noop:
.github/workflows/uptest-trigger.yaml
@@ -9,7 +9,7 @@ on:
9
types: [created]
10
11
12
debug:
go.mod
@@ -4,7 +4,7 @@
4
5
module github.com/upbound/provider-aws
6
7
-go 1.23.3
+go 1.23.6
8
require (
dario.cat/mergo v1.0.1
0 commit comments