Skip to content

Bump golang.org/x/text from 0.29.0 to 0.30.0 (#1473) #15

Bump golang.org/x/text from 0.29.0 to 0.30.0 (#1473)

Bump golang.org/x/text from 0.29.0 to 0.30.0 (#1473) #15

Workflow file for this run

on:
push:
branches:
- master
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.24.x, 1.25.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: go test -race ./...