diff --git a/.github/workflows/samples-go.yaml b/.github/workflows/samples-go.yaml index 19858a90bb7..26efd776d99 100644 --- a/.github/workflows/samples-go.yaml +++ b/.github/workflows/samples-go.yaml @@ -49,7 +49,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} - name: Install Dependencies