Skip to content

Bump golang.org/x/text from 0.14.0 to 0.18.0 #1239

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

Bump golang.org/x/text from 0.14.0 to 0.18.0 #1239

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: 1.19
check-latest: true
cache: true
- name: Test
run: go test ./...