File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 - name : Set up Go
4545 uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
4646 with :
47- go-version : 1.22 .x
47+ go-version : 1.26 .x
4848
4949 # Initializes the CodeQL tools for scanning.
5050 - name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -132,9 +132,9 @@ jobs:
132132 name : Check misspelled words
133133 steps :
134134 - name : Checkout code
135- uses : actions/checkout@v4
135+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
136136 - name : Run codespell
137- uses : codespell-project/actions-codespell@v2
137+ uses : codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2
138138 with :
139139 check_filenames : false
140140 check_hidden : true
Original file line number Diff line number Diff line change 1919 - name : Set up Go
2020 uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2121 with :
22- go-version : 1.22 .x
22+ go-version : 1.26 .x
2323
2424 - name : Generate
2525 run : make examples
3737 - name : Install Go
3838 uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3939 with :
40- go-version : 1.22 .x
40+ go-version : 1.26 .x
4141
4242 - name : Format
4343 run : |
You can’t perform that action at this time.
0 commit comments