Skip to content

Bump golang.org/x/text from 0.16.0 to 0.17.0 #150

Bump golang.org/x/text from 0.16.0 to 0.17.0

Bump golang.org/x/text from 0.16.0 to 0.17.0 #150

Workflow file for this run

name: Go
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Format
run: make fmt-check
- name: Build
run: make build-cli build-server
- name: Test
run: make test