This repository was archived by the owner on Mar 23, 2025. It is now read-only.
  
  
  
  
chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 in /examples #191
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | name: Reviewdog | |
| on: | |
| pull_request: | |
| paths-ignore: | |
| - "**.md" | |
| jobs: | |
| golangci-lint: | |
| name: runner / golangci-lint | |
| runs-on: ubuntu-latest | |
| steps: | |
| # optionally use a specific version of Go rather than the default one | |
| - name: Set up Go | |
| uses: actions/setup-go@v5 | |
| with: | |
| go-version: "1.23.x" | |
| - name: Check out code into the Go module directory | |
| uses: actions/checkout@v4 | |
| - name: golangci-lint | |
| uses: reviewdog/action-golangci-lint@v2 | |
| with: # BUG: typecheck error when enable all | |
| args: --disable-all -E goimports,misspell,whitespace | |
| version: latest |