Skip to content

build(deps): bump golang.org/x/text in the gomod group (#37) #113

build(deps): bump golang.org/x/text in the gomod group (#37)

build(deps): bump golang.org/x/text in the gomod group (#37) #113

Workflow file for this run

---
name: lint
on:
push:
branches: [main, release-*]
pull_request:
jobs:
lint:
name: Run golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v6.0.1
with:
fetch-depth: 0
- name: Set up Go stable
uses: actions/setup-go@v6.1.0
with:
go-version: stable
- name: Lint with golangci-lint
uses: golangci/golangci-lint-action@v9.2.0