diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 1e9833b..47e9c88 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: 1.23 - name: test