Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Bump golang.org/x/text from 0.3.5 to 0.3.8 #169

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

Bump golang.org/x/text from 0.3.5 to 0.3.8 #169

Workflow file for this run

name: Go Tests
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.17.7'
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Get dependencies
run: go mod download
- name: Build
run: go build -v .
- name: TF tests
run: go test -v -cover -parallel 4 ./metal