Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add setup-go
Browse files Browse the repository at this point in the history
dadgar committed Mar 21, 2024
1 parent 6afe69b commit abc4ca8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -23,6 +23,9 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0 # by default the checkout action doesn't checkout all branches
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
with:
go-version: 'stable'
- name: Check for changelog entry in diff
run: ./.github/scripts/changelog_checker.sh
env:

0 comments on commit abc4ca8

Please sign in to comment.