File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1818 - name : setup-go
1919 uses : actions/setup-go@v5
2020 with :
21- go-version : ' 1.23 .x'
21+ go-version : ' 1.24 .x'
2222 - name : cache
2323 uses : actions/cache@v4
2424 with :
Original file line number Diff line number Diff line change 3232 - name : Set up Go
3333 uses : actions/setup-go@v5
3434 with :
35- go-version : ' 1.23 .x'
35+ go-version : ' 1.24 .x'
3636 - name : Set up Git name and email
3737 run : |
3838 git config user.name "${{ github.actor }}"
Original file line number Diff line number Diff line change 1818 - name : setup-go
1919 uses : actions/setup-go@v5
2020 with :
21- go-version : ' 1.23 .x'
21+ go-version : ' 1.24 .x'
2222 - name : cache
2323 uses : actions/cache@v4
2424 with :
5454 - name : setup-go
5555 uses : actions/setup-go@v5
5656 with :
57- go-version : ' 1.23 .x'
57+ go-version : ' 1.24 .x'
5858 - name : cache
5959 uses : actions/cache@v4
6060 with :
Original file line number Diff line number Diff line change 2121 - name : setup-go
2222 uses : actions/setup-go@v5
2323 with :
24- go-version : ' 1.23 .x'
24+ go-version : ' 1.24 .x'
2525 - name : initialize
2626 uses : github/codeql-action/init@v3
2727 with :
Original file line number Diff line number Diff line change 2222 - name : setup-go
2323 uses : actions/setup-go@v5
2424 with :
25- go-version : ' 1.23 .x'
25+ go-version : ' 1.24 .x'
2626 cache : false
2727 - name : Set up Git name and email
2828 run : |
Original file line number Diff line number Diff line change 1313 test-previous :
1414 strategy :
1515 matrix :
16- go-version : ['1.22 .x']
16+ go-version : ['1.23 .x']
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : checkout
Original file line number Diff line number Diff line change 2525 - name : setup-go
2626 uses : actions/setup-go@v5
2727 with :
28- go-version : ' 1.23 .x'
28+ go-version : ' 1.24 .x'
2929 cache : true
3030 - name : windows-cache
3131 uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments