File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1818 - name : Install Go
1919 uses : actions/setup-go@v5
2020 with :
21- go-version : " 1.23 "
21+ go-version : " 1.24 "
2222 - name : Checkout code
2323 uses : actions/checkout@v4
2424 - name : Install gorelease
Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 os : [ ubuntu-latest ]
17- go-version : [1.23 .x]
17+ go-version : [1.24 .x]
1818 runs-on : ${{ matrix.os }}
1919 steps :
2020 - name : Checkout
Original file line number Diff line number Diff line change 3333 options : ' -h localhost'
3434 env :
3535 OS : ubuntu-latest
36- GO : 1.23 .x
36+ GO : 1.24 .x
3737 YDB_CONNECTION_STRING : grpc://localhost:2136/local
3838 YDB_ANONYMOUS_CREDENTIALS : 1
3939 YDB_VERSION : ${{ matrix.ydb-version }}
7474 options : ' -h localhost'
7575 env :
7676 OS : ubuntu-latest
77- GO : 1.23 .x
77+ GO : 1.24 .x
7878 YDB_CONNECTION_STRING : grpc://localhost:2136/local
7979 YDB_ANONYMOUS_CREDENTIALS : 1
8080 YDB_VERSION : ${{ matrix.ydb-version }}
@@ -113,7 +113,7 @@ jobs:
113113 - 5432:5432
114114 env :
115115 OS : ubuntu-latest
116- GO : 1.23 .x
116+ GO : 1.24 .x
117117 POSTGRES_CONNECTION_STRING : postgres://postgres:postgres@localhost:5432/basic?sslmode=disable
118118 steps :
119119 - name : Checkout code
@@ -136,7 +136,7 @@ jobs:
136136 application : [ gorm, xorm ]
137137 env :
138138 OS : ubuntu-latest
139- GO : 1.23 .x
139+ GO : 1.24 .x
140140 SQLITE_CONNECTION_STRING : ${{ matrix.application }}.db
141141 steps :
142142 - name : Checkout code
Original file line number Diff line number Diff line change 6565 - name : Install Go
6666 uses : actions/setup-go@v5
6767 with :
68- go-version : " 1.23 .x"
68+ go-version : " 1.24 .x"
6969 - name : Install utilities
7070 run : |
7171 go install mvdan.cc/[email protected]
Original file line number Diff line number Diff line change 8080 - name : Install Go
8181 uses : actions/setup-go@v5
8282 with :
83- go-version : 1.23 .x
83+ go-version : 1.24 .x
8484 cache : true
8585
8686 - name : Build workload
Original file line number Diff line number Diff line change 1919 strategy :
2020 fail-fast : false
2121 matrix :
22- go-version : [1.22 .x, 1.23 .x]
22+ go-version : [1.21 .x, 1.24 .x]
2323 os : [ubuntu, windows, macOS]
2424 env :
2525 OS : ${{ matrix.os }}-latest
5252 strategy :
5353 fail-fast : false
5454 matrix :
55- go-version : [1.22 .x, 1.23 .x]
55+ go-version : [1.21 .x, 1.24 .x]
5656 ydb-version : [24.1, 24.2, 24.3]
5757 os : [ubuntu]
5858 services :
@@ -106,7 +106,7 @@ jobs:
106106 strategy :
107107 fail-fast : false
108108 matrix :
109- go-version : [1.23 .x]
109+ go-version : [1.24 .x]
110110 ydb-version : [nightly]
111111 os : [ubuntu]
112112 services :
You can’t perform that action at this time.
0 commit comments