Skip to content

Commit 8d0f408

Browse files
authored
Merge pull request #147 from crossplane-contrib/fix/ciGoVersion
Fix go version in ci pipeline
2 parents 3d51fd0 + ad9f0a9 commit 8d0f408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
uses: crossplane-contrib/provider-workflows/.github/workflows/publish-provider-non-family.yml@9a2125b3ec67a41a24913ada8212b9359f104c8c
215215
with:
216216
repository: provider-openstack
217-
go-version: "1.23" # Keep in sync with env.GO_VERSION above
217+
go-version: "1.24" # Keep in sync with env.GO_VERSION above
218218
cleanup-disk: true
219219
mirror-to-upbound-registry: false
220220
secrets:

0 commit comments

Comments
 (0)