Skip to content

Commit

Permalink
Use shared go set-up action
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode committed Aug 7, 2024
1 parent 8aa9d20 commit 27c4f7a
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 27c4f7a

Please sign in to comment.