Updates to start-up messages / go.mod #497
  
    
      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: Verify Chart Images | |
| on: | |
| push: | |
| paths: | |
| - 'chart/**' | |
| jobs: | |
| verifyImages: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@master | |
| - name: Install arkade | |
| uses: alexellis/setup-arkade@v3 | |
| - name: Verify chart images | |
| id: verify_images | |
| run: | | |
| VERBOSE=true make verify-charts |