Browse Source

Update github config files

tags/v1.0.0
guanguans 3 years ago
parent
commit
eea8da631e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/golangci-lint.yml

+ 1
- 1
.github/workflows/golangci-lint.yml View File

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

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


Loading…
Cancel
Save