Skip to content

chore(deps): bump github.com/v2fly/v2ray-core/v5 from 5.45.1 to 5.46.… #140

chore(deps): bump github.com/v2fly/v2ray-core/v5 from 5.45.1 to 5.46.…

chore(deps): bump github.com/v2fly/v2ray-core/v5 from 5.45.1 to 5.46.… #140

Workflow file for this run

name: Code Quality
on:
pull_request:
push:
branches:
- development
- master
jobs:
golangci-lint:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.25'
- name: Run Golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 #v9.2.0
with:
only-new-issues: true