fix go version in go mod #284
This file contains 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: Github sanity scanner | |
on: | |
pull_request: | |
branches: [ main ] | |
jobs: | |
github-sanity-scan: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Github sanity scanner | |
uses: outscale/github-sanity-scan@main | |
with: | |
no-pull-request-target: true |