Skip to content

Bump golang.org/x/text from 0.3.3 to 0.14.0 #2

Bump golang.org/x/text from 0.3.3 to 0.14.0

Bump golang.org/x/text from 0.3.3 to 0.14.0 #2

Workflow file for this run

---
name: Tests
on:
push:
tags:
- v*
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.19
- uses: actions/checkout@v4
- name: tests
run: |
make test