diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e69e23bee0..100387a8cf 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -28,14 +28,14 @@ jobs: fail-fast: false matrix: go: - - '1.18' +# - '1.18' - '1.21' redis: - - 6.2.14 +# - 6.2.14 - 7.2.3 os: - ubuntu-latest - - macos-latest +# - macos-latest runs-on: ${{ matrix.os }} @@ -71,6 +71,9 @@ jobs: working-directory: ./go/glide run: cargo build --release + - name: Setup upterm session + uses: lhotari/action-upterm@v1 + - name: Install client dependencies working-directory: ./go/glide run: | diff --git a/go/glide/build.rs b/go/glide/build.rs index 37de0f5120..febb8698dd 100644 --- a/go/glide/build.rs +++ b/go/glide/build.rs @@ -1,7 +1,6 @@ /** * Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0 */ - use std::env; fn main() { diff --git a/go/glide/src/lib.rs b/go/glide/src/lib.rs index f0847900a4..47ad8c6341 100644 --- a/go/glide/src/lib.rs +++ b/go/glide/src/lib.rs @@ -1,3 +1,3 @@ fn main() { println!("Hello World!"); -} \ No newline at end of file +}