Skip to content

Bump golang.org/x/text from 0.34.0 to 0.35.0 #51

Bump golang.org/x/text from 0.34.0 to 0.35.0

Bump golang.org/x/text from 0.34.0 to 0.35.0 #51

Workflow file for this run

name: Go Test
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.25'
- name: Run tests
run: go test -v ./...