File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 if : ${{ env.ACT != 'true' }}
3030 uses : actions/setup-go@v5
3131 with :
32- go-version : " 1.24 .x"
32+ go-version : " 1.25 .x"
3333 cache : true
3434
3535 - name : Set up Go for act
Original file line number Diff line number Diff line change 1717 fail-fast : false
1818 matrix :
1919 os : [ubuntu-latest, macos-latest, windows-latest]
20- go-version : ['1.24 .x']
20+ go-version : ['1.25 .x']
2121
2222 steps :
2323 - name : Checkout code
@@ -114,7 +114,7 @@ jobs:
114114 - name : Set up Go
115115 uses : actions/setup-go@v5
116116 with :
117- go-version : ' 1.24 .x'
117+ go-version : ' 1.25 .x'
118118 cache : true
119119
120120 - name : Ensure pure-Go sqlite dependency is available
@@ -162,7 +162,7 @@ jobs:
162162 - name : Set up Go
163163 uses : actions/setup-go@v5
164164 with :
165- go-version : ' 1.24 .x'
165+ go-version : ' 1.25 .x'
166166 cache : true
167167
168168 - name : Run golangci-lint
@@ -191,7 +191,7 @@ jobs:
191191 - name : Set up Go
192192 uses : actions/setup-go@v5
193193 with :
194- go-version : ' 1.24 .x'
194+ go-version : ' 1.25 .x'
195195 cache : true
196196
197197 - name : Run security scan
Original file line number Diff line number Diff line change 2727 - name : Set up Go
2828 uses : actions/setup-go@v5
2929 with :
30- go-version : " 1.24 .x"
30+ go-version : " 1.25 .x"
3131 cache : true
3232
3333 - name : Collect dependency update report
6060 - name : Set up Go
6161 uses : actions/setup-go@v5
6262 with :
63- go-version : " 1.24 .x"
63+ go-version : " 1.25 .x"
6464 cache : true
6565
6666 - name : Run govulncheck summary
9494 - name : Set up Go
9595 uses : actions/setup-go@v5
9696 with :
97- go-version : " 1.24 .x"
97+ go-version : " 1.25 .x"
9898 cache : true
9999
100100 - name : Collect coverage snapshot
You can’t perform that action at this time.
0 commit comments