Skip to content

build(deps): bump golang.org/x/text from 0.12.0 to 0.14.0 #271

build(deps): bump golang.org/x/text from 0.12.0 to 0.14.0

build(deps): bump golang.org/x/text from 0.12.0 to 0.14.0 #271

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Build
run: make build
- name: Test
run: make build test
check-lint:
name: Lint checks
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3