Skip to content

fix(deps): update module google.golang.org/grpc to v1.69.2 #4260

fix(deps): update module google.golang.org/grpc to v1.69.2

fix(deps): update module google.golang.org/grpc to v1.69.2 #4260

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ci:
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-go@v5
with:
go-version: '1.19.x'
- run: |
cat <<EOF > .env
MYSQL_ROOT_PASSWORD=root
MYSQL_DATABASE=sample_db
MYSQL_USER=user1
MYSQL_PASSWORD=password1
REDIS_PASSWORD=redis-stack
EOF
docker compose up -d db
./script/ci.sh run