Skip to content

Bump github.com/fatedier/frp from 0.51.3 to 0.52.0 #108

Bump github.com/fatedier/frp from 0.51.3 to 0.52.0

Bump github.com/fatedier/frp from 0.51.3 to 0.52.0 #108

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
golangci:
name: Lint
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go environment
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Run
uses: golangci/golangci-lint-action@v3
with:
version: v1.54