Skip to content

chore(deps): bump golang.org/x/text from 0.3.6 to 0.3.8 #1

chore(deps): bump golang.org/x/text from 0.3.6 to 0.3.8

chore(deps): bump golang.org/x/text from 0.3.6 to 0.3.8 #1

Workflow file for this run

name: Test
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Build
run: go build -v ./...
- name: Test
run: make test
- name: Validate Config
run: go generate ./... && git diff --exit-code