File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 fetch-depth : 0
2121
2222 - name : Set up Go
23- uses : actions/setup-go@v6
23+ uses : actions/setup-go@v7
2424 with :
25- go-version : ' 1.25 '
25+ go-version : ' 1.26 '
2626
2727 - name : Initialize CodeQL
2828 uses : github/codeql-action/init@v4
Original file line number Diff line number Diff line change 1515 runs-on : ${{ matrix.os }}
1616 strategy :
1717 matrix :
18- go : ['1.25 ']
18+ go : ['1.26 ']
1919 os : [ubuntu-latest, macos-latest]
2020
2121 steps :
2424 fetch-depth : 0
2525
2626 - name : Set up Go
27- uses : actions/setup-go@v6
27+ uses : actions/setup-go@v7
2828 with :
2929 go-version : ${{ matrix.go }}
3030
@@ -108,9 +108,9 @@ jobs:
108108 fetch-depth : 0
109109
110110 - name : Set up Go
111- uses : actions/setup-go@v6
111+ uses : actions/setup-go@v7
112112 with :
113- go-version : ' 1.25 '
113+ go-version : ' 1.26 '
114114
115115 - name : Run test cases using SQLite provider
116116 run : |
@@ -267,9 +267,9 @@ jobs:
267267 - uses : actions/checkout@v7
268268
269269 - name : Set up Go
270- uses : actions/setup-go@v6
270+ uses : actions/setup-go@v7
271271 with :
272- go-version : ' 1.25 '
272+ go-version : ' 1.26 '
273273
274274 - name : Build
275275 run : |
@@ -331,9 +331,9 @@ jobs:
331331 - uses : actions/checkout@v7
332332
333333 - name : Set up Go
334- uses : actions/setup-go@v6
334+ uses : actions/setup-go@v7
335335 with :
336- go-version : ' 1.25 '
336+ go-version : ' 1.26 '
337337
338338 - name : Build
339339 run : |
@@ -555,7 +555,7 @@ jobs:
555555 - uses : actions/checkout@v7
556556
557557 - name : Set up Go
558- uses : actions/setup-go@v6
558+ uses : actions/setup-go@v7
559559 with :
560560 go-version : ' 1.26'
561561
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
99 contents : write
1010
1111env :
12- GO_VERSION : 1.25.12
12+ GO_VERSION : 1.26.7
1313
1414jobs :
1515 prepare-sources-with-deps :
1818 steps :
1919 - uses : actions/checkout@v7
2020 - name : Set up Go
21- uses : actions/setup-go@v6
21+ uses : actions/setup-go@v7
2222 with :
2323 go-version : ${{ env.GO_VERSION }}
2424
4949 steps :
5050 - uses : actions/checkout@v7
5151 - name : Set up Go
52- uses : actions/setup-go@v6
52+ uses : actions/setup-go@v7
5353 with :
5454 go-version : ${{ env.GO_VERSION }}
5555
@@ -176,7 +176,7 @@ jobs:
176176 steps :
177177 - uses : actions/checkout@v7
178178 - name : Set up Go
179- uses : actions/setup-go@v6
179+ uses : actions/setup-go@v7
180180 with :
181181 go-version : ${{ env.GO_VERSION }}
182182
Original file line number Diff line number Diff line change 1- FROM golang:1.25 -trixie AS builder
1+ FROM golang:1.26 -trixie AS builder
22
33ENV GOFLAGS="-mod=readonly"
44
Original file line number Diff line number Diff line change 1- FROM golang:1.25 -alpine3.22 AS builder
1+ FROM golang:1.26 -alpine3.22 AS builder
22
33ENV GOFLAGS="-mod=readonly"
44
Original file line number Diff line number Diff line change 1- FROM golang:1.25 -trixie AS builder
1+ FROM golang:1.26 -trixie AS builder
22
33ENV CGO_ENABLED=0 GOFLAGS="-mod=readonly"
44
You can’t perform that action at this time.
0 commit comments