diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8264591..827f2d6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.20' # Specify your Go version + go-version: '1.22' # Specify your Go version - name: Install Protobuf Compiler run: sudo apt-get install -y protobuf-compiler diff --git a/go/go.mod b/go/go.mod index 2cf51c0..598f369 100644 --- a/go/go.mod +++ b/go/go.mod @@ -1,6 +1,6 @@ module github.com/rodrigo-castellon/babyray -go 1.22.2 +go 1.22 require ( google.golang.org/grpc v1.63.2