Skip to content

Commit

Permalink
Use shared go set-up action (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode authored Aug 7, 2024
1 parent 8aa9d20 commit 6720bce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/knative-dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Set up Go 1.21.x
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Set up Go
uses: knative/actions/setup-go@main

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

0 comments on commit 6720bce

Please sign in to comment.