@@ -14,10 +14,10 @@ jobs:
1414 - name : Check out code into the Go module directory
1515 uses : actions/checkout@v4
1616
17- - name : Use Go 1.23.7
17+ - name : Use Go 1.23
1818 uses : actions/setup-go@v5
1919 with :
20- go-version : ' 1.23.7 '
20+ go-version : ' 1.23'
2121
2222 - name : Run the integration test
2323 run : go test -timeout 10m -run TestIntegration ./integration/...
@@ -28,10 +28,10 @@ jobs:
2828 - name : Check out code into the Go module directory
2929 uses : actions/checkout@v4
3030
31- - name : Use Go 1.23.7
31+ - name : Use Go 1.23
3232 uses : actions/setup-go@v5
3333 with :
34- go-version : ' 1.23.7 '
34+ go-version : ' 1.23'
3535
3636 - name : Run the bad vote test
3737 run : go test -timeout 10m -run TestBadVote ./integration/...
@@ -42,10 +42,10 @@ jobs:
4242 - name : Check out code into the Go module directory
4343 uses : actions/checkout@v4
4444
45- - name : Use Go 1.23.7
45+ - name : Use Go 1.23
4646 uses : actions/setup-go@v5
4747 with :
48- go-version : ' 1.23.7 '
48+ go-version : ' 1.23'
4949
5050 - name : Run the crash test
5151 run : |
@@ -61,10 +61,10 @@ jobs:
6161 - name : Check out code into the Go module directory
6262 uses : actions/checkout@v4
6363
64- - name : Use Go 1.23.7
64+ - name : Use Go 1.23
6565 uses : actions/setup-go@v5
6666 with :
67- go-version : ' 1.23.7 '
67+ go-version : ' 1.23'
6868
6969 - name : Run the revote test
7070 run : go test -timeout 10m -run TestRevote ./integration/...
0 commit comments