Skip to content

Bump github.com/fatedier/frp from 0.59.0 to 0.60.0 (#179) #287

Bump github.com/fatedier/frp from 0.59.0 to 0.60.0 (#179)

Bump github.com/fatedier/frp from 0.59.0 to 0.60.0 (#179) #287

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@v4
- name: Setup Go environment
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Run
uses: golangci/golangci-lint-action@v4
with:
version: v1.56