update go version to v1.25 in GoFr and related external modules #3437
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: Typos Check | |
on: | |
push: | |
pull_request: | |
jobs: | |
typos: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
steps: | |
- name: Checkout Code | |
uses: actions/checkout@v5 | |
- name: typos-action | |
uses: crate-ci/[email protected] |