File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v6.0.2
2121 - uses : actions/setup-go@v6.2.0
2222 with :
23- go-version : " 1.25 "
23+ go-version : " 1.26 "
2424 cache-dependency-path : app/go.sum
2525
2626 # Caching go modules to speed up the run
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v6.0.2
1717 - uses : actions/setup-go@v6.2.0
1818 with :
19- go-version : " 1.25 "
19+ go-version : " 1.26 "
2020
2121 # Caching go modules to speed up the run
2222 - uses : actions/cache@v5.0.3
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v6.0.2
2020 - uses : actions/setup-go@v6
2121 with :
22- go-version : " 1.25 "
22+ go-version : " 1.26 "
2323 cache : false
2424
2525 - name : Run go version
3939 - uses : actions/checkout@v6.0.2
4040 - uses : actions/setup-go@v6
4141 with :
42- go-version : " 1.25 "
42+ go-version : " 1.26 "
4343 cache : false
4444
4545 - name : Run go version
7474 - uses : actions/checkout@v6.0.2
7575 - uses : actions/setup-go@v6
7676 with :
77- go-version : " 1.25 "
77+ go-version : " 1.26 "
7878
7979 - name : Run go version
8080 run : go version
You can’t perform that action at this time.
0 commit comments