浏览代码

Update github config files

tags/v1.0.0
guanguans 3 年前
父节点
当前提交
eea8da631e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .github/workflows/golangci-lint.yml

+ 1
- 1
.github/workflows/golangci-lint.yml 查看文件

@@ -2,7 +2,7 @@ name: Golangci Lint

on:
push:
branches: [master]
branches: [main]
pull_request:
env:
GOPROXY: "https://proxy.golang.org"


正在加载...
取消
保存