Skip to content

build(deps): bump golang.org/x/text from 0.32.0 to 0.33.0 (#221) #477

build(deps): bump golang.org/x/text from 0.32.0 to 0.33.0 (#221)

build(deps): bump golang.org/x/text from 0.32.0 to 0.33.0 (#221) #477

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
timeout-minutes: 5
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.3.1