Skip to content

build(deps): bump golang.org/x/net from 0.38.0 to 0.55.0 in the go_mo… #4909

build(deps): bump golang.org/x/net from 0.38.0 to 0.55.0 in the go_mo…

build(deps): bump golang.org/x/net from 0.38.0 to 0.55.0 in the go_mo… #4909

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
steps:
- uses: actions/checkout@v7
- name: Build UI
uses: ./.github/actions/build-ui
- uses: actions/setup-go@v6
with:
go-version: '1.25'
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
# sync with script/lint
version: v2.9