Skip to content

Bump golang.org/x/text from 0.3.7 to 0.3.8 (#372) #137

Bump golang.org/x/text from 0.3.7 to 0.3.8 (#372)

Bump golang.org/x/text from 0.3.7 to 0.3.8 (#372) #137

Workflow file for this run

name: Windows-latest
on: [push, pull_request]
jobs:
build-and-test:
strategy:
matrix:
go-version: [1.18]
runs-on: windows-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Build
run: go build cmd/arc/main.go
- name: Test
run: go test -v -race ./...