Skip to content

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

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

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

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]
with:
version: latest
args: --timeout 5m