Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Nov 21, 2024
1 parent f25382c commit 11d6c5c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/actions/create-cluster/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:
description: "Name of the kind cluster"
default: "kind"
env:
# renovate: datasource=golang-version depName=golang/go
# renovate: datasource=golang-version depName=go
GO_VERSION: "1.22.6"
runs:
using: "composite"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- main

env:
# renovate: datasource=golang-version depName=golang/go
# renovate: datasource=golang-version depName=go
GO_VERSION: "1.22.6"
# renovate: datasource=github-releases depName=tcort/markdown-link-check
MARKDOWN_LINK_CHECK_VERSION: "v3.12.2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

env:
# renovate: datasource=golang-version depName=golang/go
# renovate: datasource=golang-version depName=go
GO_VERSION: "1.22.6"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defaults:
shell: bash
env:
KUBECONFIG: /tmp/kube-config-collector-e2e-testing
# renovate: datasource=golang-version depName=golang/go
# renovate: datasource=golang-version depName=go
GO_VERSION: "1.22.6"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:

env:
# renovate: datasource=golang-version depName=golang/go
# renovate: datasource=golang-version depName=go
GO_VERSION: "1.22.6"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'v*'

env:
# renovate: datasource=golang-version depName=golang/go
# renovate: datasource=golang-version depName=go
GO_VERSION: "1.22.6"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [main]

env:
# renovate: datasource=golang-version depName=golang/go
# renovate: datasource=golang-version depName=go
GO_VERSION: "1.22.6"

jobs:
Expand Down

0 comments on commit 11d6c5c

Please sign in to comment.