Skip to content

chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 #267

chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0

chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 #267

Workflow file for this run

name: testing
on: [push, pull_request]
jobs:
testing:
runs-on: ubuntu-latest
steps:
-
name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'true'
-
name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
-
name: test
run: go test -v ./...