Skip to content

chore(deps): bump golang.org/x/text from 0.32.0 to 0.33.0 in /backend #1523

chore(deps): bump golang.org/x/text from 0.32.0 to 0.33.0 in /backend

chore(deps): bump golang.org/x/text from 0.32.0 to 0.33.0 in /backend #1523

Workflow file for this run

name: Go lint
on:
push:
paths:
- backend/**
workflow_dispatch:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v6
with:
submodules: "true"
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: "1.25"
id: go
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v9
with:
working-directory: backend
args: --config=.golangci.yml
version: latest