chore(deps): update dependency go to v1.26.2 (#456) #931
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: Go Dependency Submission | |
| on: | |
| push: | |
| branches: | |
| - main | |
| # The API requires write permission on the repository to submit dependencies | |
| permissions: | |
| contents: write | |
| jobs: | |
| go-action-detection: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: 'Checkout Repository' | |
| uses: actions/checkout@v6 | |
| - uses: actions/setup-go@v6 | |
| with: | |
| go-version: ">=1.18.0" | |
| - name: Run snapshot action | |
| uses: actions/go-dependency-submission@v2 | |
| with: | |
| go-mod-path: go.mod |