Bump golang.org/x/text from 0.3.7 to 0.3.8 #140
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |