Skip to content

Commit

Permalink
updatecli: use the branch for installing go (#12566)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Feb 8, 2024
1 parent 17969f9 commit 3b76432
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-beats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
matrix: ${{ fromJson(needs.filter.outputs.matrix) }}
steps:
- uses: actions/checkout@v4
with:
ref: ${{ matrix.branch }}
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
Expand Down

0 comments on commit 3b76432

Please sign in to comment.