Skip to content

build(deps): bump golang.org/x/text from 0.33.0 to 0.34.0 in the gomod group #116

build(deps): bump golang.org/x/text from 0.33.0 to 0.34.0 in the gomod group

build(deps): bump golang.org/x/text from 0.33.0 to 0.34.0 in the gomod group #116

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.2
with:
fetch-depth: 0
- name: Set up Go stable
uses: actions/setup-go@v6.2.0
with:
go-version: stable
- name: Lint with golangci-lint
uses: golangci/golangci-lint-action@v9.2.0