Skip to content

build(deps): bump google-github-actions/release-please-action from 4.0.1 to 4.0.2 #159

build(deps): bump google-github-actions/release-please-action from 4.0.1 to 4.0.2

build(deps): bump google-github-actions/release-please-action from 4.0.1 to 4.0.2 #159

Workflow file for this run

name: Test
on:
pull_request:
jobs:
go-test:
name: Go Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.19
- run: go test -v ./...