Skip to content

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

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 #64

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches: [master]
jobs:
golangci:
name: lint
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true
- name: checkout
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.55