File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 strategy :
1515 matrix :
16- go-version : [1.23.8, 1.24.2 ]
16+ go-version : [1.23.8, 1.24.4 ]
1717 services :
1818 postgres :
1919 image : postgres:17.4
@@ -59,14 +59,14 @@ jobs:
5959 chart : true
6060 amend : true
6161 if : |
62- matrix.go-version == '1.24.2 '
62+ matrix.go-version == '1.24.4 '
6363 continue-on-error : true
6464
6565 test-race :
6666 runs-on : ubuntu-latest
6767 strategy :
6868 matrix :
69- go-version : [1.23.8, 1.24.2 ]
69+ go-version : [1.23.8, 1.24.4 ]
7070 steps :
7171 - uses : actions/checkout@v3
7272 - name : Set up Go
8989 runs-on : ubuntu-latest
9090 strategy :
9191 matrix :
92- go-version : [1.23.8, 1.24.2 ]
92+ go-version : [1.23.8, 1.24.4 ]
9393 steps :
9494 - uses : actions/checkout@v3
9595 - name : Set up Go
@@ -116,7 +116,7 @@ jobs:
116116 runs-on : ubuntu-latest
117117 strategy :
118118 matrix :
119- go-version : [1.23.8, 1.24.2 ]
119+ go-version : [1.23.8, 1.24.4 ]
120120 steps :
121121 - uses : actions/checkout@v3
122122 - name : Set up Go
You can’t perform that action at this time.
0 commit comments