Skip to content

Commit

Permalink
Merge branch 'main' into bump_strimzi_0.43.0_kafka_3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
matzew authored Sep 23, 2024
2 parents 6342a7a + 5f30382 commit 7c869e2
Show file tree
Hide file tree
Showing 103 changed files with 4,493 additions and 1,595 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-deps.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: depndabot - update-deps.sh
name: Dependabot

on:
pull_request:
Expand All @@ -8,7 +8,7 @@ permissions:

jobs:
generate_some_code:
name: Generate some code!
name: Update deps
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ jobs:
GOPATH: ${{ github.workspace }}
steps:
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version: 1.21.x
uses: openshift-knative/hack/actions/setup-go@main

- name: Checkout
uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 7c869e2

Please sign in to comment.