Skip to content

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

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

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

Workflow file for this run

name: Testing
on:
push:
pull_request:
branches:
- "*"
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup
uses: actions/setup-go@v5
with:
go-version: ">=1.22"
- name: Tests
run: go test --race --shuffle=on --cover ./...