diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b883b61..a96424b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: run: make generate-proto - name: "🔧 Setup Go" - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version-file: go.mod cache-dependency-path: go.sum @@ -91,7 +91,7 @@ jobs: run: make generate-proto - name: "🔧 Setup Go (with Cache)" - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: cache: true go-version-file: go.mod