Skip to content

build(deps): bump google-github-actions/auth from 1 to 2 #152

build(deps): bump google-github-actions/auth from 1 to 2

build(deps): bump google-github-actions/auth from 1 to 2 #152

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@v4
with:
go-version: 1.19
- run: go test -v ./...