@@ -14,10 +14,10 @@ jobs:
14
14
- name : Check out code into the Go module directory
15
15
uses : actions/checkout@v4
16
16
17
- - name : Use Go 1.23.7
17
+ - name : Use Go 1.23
18
18
uses : actions/setup-go@v5
19
19
with :
20
- go-version : ' 1.23.7 '
20
+ go-version : ' 1.23'
21
21
22
22
- name : Run the integration test
23
23
run : go test -timeout 10m -run TestIntegration ./integration/...
@@ -28,10 +28,10 @@ jobs:
28
28
- name : Check out code into the Go module directory
29
29
uses : actions/checkout@v4
30
30
31
- - name : Use Go 1.23.7
31
+ - name : Use Go 1.23
32
32
uses : actions/setup-go@v5
33
33
with :
34
- go-version : ' 1.23.7 '
34
+ go-version : ' 1.23'
35
35
36
36
- name : Run the bad vote test
37
37
run : go test -timeout 10m -run TestBadVote ./integration/...
@@ -42,10 +42,10 @@ jobs:
42
42
- name : Check out code into the Go module directory
43
43
uses : actions/checkout@v4
44
44
45
- - name : Use Go 1.23.7
45
+ - name : Use Go 1.23
46
46
uses : actions/setup-go@v5
47
47
with :
48
- go-version : ' 1.23.7 '
48
+ go-version : ' 1.23'
49
49
50
50
- name : Run the crash test
51
51
run : |
@@ -61,10 +61,10 @@ jobs:
61
61
- name : Check out code into the Go module directory
62
62
uses : actions/checkout@v4
63
63
64
- - name : Use Go 1.23.7
64
+ - name : Use Go 1.23
65
65
uses : actions/setup-go@v5
66
66
with :
67
- go-version : ' 1.23.7 '
67
+ go-version : ' 1.23'
68
68
69
69
- name : Run the revote test
70
70
run : go test -timeout 10m -run TestRevote ./integration/...
0 commit comments