Skip to content

Bump actions/setup-go from 5.0.1 to 5.2.0 #37789

Bump actions/setup-go from 5.0.1 to 5.2.0

Bump actions/setup-go from 5.0.1 to 5.2.0 #37789

Workflow file for this run

# Labeler labels incoming pull requests.
name: "Labeler"
"on":
- pull_request
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
if: github.base_ref == null
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"