Skip to content

Bump golang from 1.21.10 to 1.23.0 in the all group across 1 directory #1104

Bump golang from 1.21.10 to 1.23.0 in the all group across 1 directory

Bump golang from 1.21.10 to 1.23.0 in the all group across 1 directory #1104

Workflow file for this run

# Helps catch spelling errors
name: Codespell
on:
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
with:
skip: .git,_artifacts,*.sum,.golangci.yml
ignore_words_file: .codespellignore
check_filenames: true
check_hidden: true