diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 28c07a7..53a464c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Install Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: './go.mod' check-latest: true @@ -27,7 +27,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Install Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: './go.mod' check-latest: true @@ -44,7 +44,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Install Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: './go.mod' check-latest: true