Skip to content

chore(deps): bump golang.org/x/text from 0.14.0 to 0.16.0 #577

chore(deps): bump golang.org/x/text from 0.14.0 to 0.16.0

chore(deps): bump golang.org/x/text from 0.14.0 to 0.16.0 #577

Workflow file for this run

name: Go Lint
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
version: v1.54