Skip to content

chore(deps): bump golang.org/x/text from 0.11.0 to 0.12.0 #164

chore(deps): bump golang.org/x/text from 0.11.0 to 0.12.0

chore(deps): bump golang.org/x/text from 0.11.0 to 0.12.0 #164

Workflow file for this run

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