File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2222 - name : Set up Go
2323 uses : actions/setup-go@v6
2424 with :
25- go-version : ' 1.22 '
25+ go-version : ' 1.25 '
2626
2727 - name : Initialize CodeQL
2828 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 1515 runs-on : ${{ matrix.os }}
1616 strategy :
1717 matrix :
18- go : ['1.24 ']
18+ go : ['1.25 ']
1919 os : [ubuntu-latest, macos-latest]
2020
2121 steps :
@@ -111,7 +111,7 @@ jobs:
111111 - name : Set up Go
112112 uses : actions/setup-go@v6
113113 with :
114- go-version : ' 1.24 '
114+ go-version : ' 1.25 '
115115
116116 - name : Run test cases using SQLite provider
117117 run : |
@@ -269,7 +269,7 @@ jobs:
269269 - name : Set up Go
270270 uses : actions/setup-go@v6
271271 with :
272- go-version : ' 1.24 '
272+ go-version : ' 1.25 '
273273
274274 - name : Build
275275 run : |
@@ -333,7 +333,7 @@ jobs:
333333 - name : Set up Go
334334 uses : actions/setup-go@v6
335335 with :
336- go-version : ' 1.24 '
336+ go-version : ' 1.25 '
337337
338338 - name : Build
339339 run : |
@@ -554,7 +554,7 @@ jobs:
554554 - name : Set up Go
555555 uses : actions/setup-go@v6
556556 with :
557- go-version : ' 1.24 '
557+ go-version : ' 1.25 '
558558 - uses : actions/checkout@v5
559559 - name : Run golangci-lint
560560 uses : golangci/golangci-lint-action@v8
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
99 contents : write
1010
1111env :
12- GO_VERSION : 1.24.7
12+ GO_VERSION : 1.25.1
1313
1414jobs :
1515 prepare-sources-with-deps :
You can’t perform that action at this time.
0 commit comments