Skip to content

Bump golang.org/x/text from 0.3.7 to 0.3.8 #140

Bump golang.org/x/text from 0.3.7 to 0.3.8

Bump golang.org/x/text from 0.3.7 to 0.3.8 #140

Workflow file for this run

---
name: Int Test Linux
on: [pull_request_target]
jobs:
int-test:
runs-on: ubuntu-20.04
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v1
with:
go-version: 1.18
id: go
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- uses: engineerd/[email protected]
- name: Run int tests
run: sudo apt-get update && sudo apt-get install bats -y && make int-test