Skip to content

chore(deps): bump connectrpc.com/connect from 1.16.2 to 1.17.0 #53

chore(deps): bump connectrpc.com/connect from 1.16.2 to 1.17.0

chore(deps): bump connectrpc.com/connect from 1.16.2 to 1.17.0 #53

Workflow file for this run

name: go-test
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
go-test:
name: go-test
strategy:
matrix:
go-version: [1.21.x, 1.22.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: go-test
run: go test ./...