Bump actions/stale from 5.1.1 to 9.1.0 #350
  
    
      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
    
  
  
    
  | on: [push, pull_request] | |
| name: Build | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| name: build | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - uses: actions/setup-go@v2 | |
| with: | |
| go-version: 1.18 | |
| - run: go build ./... |