This repository was archived by the owner on Jun 3, 2025. It is now read-only.
chore: upgrade all the dependencies to their latest versions #2565
Workflow file for this run
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: Unit tests | |
| on: | |
| push: | |
| branches: ['main'] | |
| pull_request: | |
| branches: ['main'] | |
| permissions: | |
| contents: read | |
| jobs: | |
| tests: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v4.01 | |
| with: | |
| go-version: '1.22' | |
| - uses: actions/checkout@b0e28b5ac45a892f91e7d036f8200cf5ed489415 # v3 | |
| - run: make test |