diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9618967..2d14fc4 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 @@ -29,7 +29,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 @@ -53,7 +53,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