Skip to content

chore(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0 #74

chore(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0

chore(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0 #74

on: [push, pull_request]
name: icq-relayer
jobs:
test:
strategy:
matrix:
go-version: [1.21.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- run: |
cd icq-relayer
go test ./...
build:
strategy:
matrix:
go-version: [1.21.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- run: go build icq-relayer/...