File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- go : [ '1.24' ]
13
+ go : [ '1.23', '1. 24' ]
14
14
uses : ./.github/workflows/tests.yaml
15
15
with :
16
16
sha : ${{ github.sha }}
21
21
strategy :
22
22
fail-fast : false
23
23
matrix :
24
- go : [ '1.24' ]
24
+ go : [ '1.23', '1. 24' ]
25
25
uses : ./.github/workflows/s390x.yaml
26
26
with :
27
27
sha : ${{ github.sha }}
32
32
strategy :
33
33
fail-fast : false
34
34
matrix :
35
- go : [ '1.24' ]
35
+ go : [ '1.23', '1. 24' ]
36
36
uses : ./.github/workflows/stress.yaml
37
37
with :
38
38
sha : ${{ github.sha }}
43
43
strategy :
44
44
fail-fast : false
45
45
matrix :
46
- go : [ '1.24' ]
46
+ go : [ '1.23', '1. 24' ]
47
47
uses : ./.github/workflows/instrumented.yaml
48
48
with :
49
49
sha : ${{ github.sha }}
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ stress-crossversion:
82
82
83
83
.PHONY : test-s390x-qemu
84
84
test-s390x-qemu : TAGS += slowbuild
85
- test-s390x-qemu : S390X_GOVERSION := 1.24
85
+ test-s390x-qemu : S390X_GOVERSION := 1.23
86
86
test-s390x-qemu :
87
87
@echo " Running tests on s390x using QEMU"
88
88
@echo " Requires a recent linux with docker and qemu-user-static installed"
Original file line number Diff line number Diff line change @@ -53,4 +53,4 @@ require (
53
53
gopkg.in/yaml.v3 v3.0.1 // indirect
54
54
)
55
55
56
- go 1.24.5
56
+ go 1.23
Original file line number Diff line number Diff line change 1
1
module github.com/cockroachdb/pebble/internal/devtools
2
2
3
- go 1.24.5
3
+ go 1.23.6
4
4
5
5
require (
6
6
github.com/cockroachdb/cockroach v0.0.0-20250225003441-0fd08b1c5cc1
You can’t perform that action at this time.
0 commit comments