diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6ee155e..2a10267 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v5.0.1 + uses: actions/setup-go@v5.1.0 with: go-version-file: go.mod check-latest: true @@ -76,7 +76,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5.0.1 + uses: actions/setup-go@v5.1.0 with: go-version-file: go.mod check-latest: true