File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
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.22 "
21+ go-version : " 1.23 "
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.22 .x]
17+ go-version : [1.23 .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.22 .x
36+ GO : 1.23 .x
3737 YDB_CONNECTION_STRING : grpc://localhost:2136/local
3838 YDB_ANONYMOUS_CREDENTIALS : 1
3939 YDB_VERSION : ${{ matrix.ydb-version }}
7171 - 5432:5432
7272 env :
7373 OS : ubuntu-latest
74- GO : 1.22 .x
74+ GO : 1.23 .x
7575 POSTGRES_CONNECTION_STRING : postgres://postgres:postgres@localhost:5432/basic?sslmode=disable
7676 steps :
7777 - name : Checkout code
9494 application : [ gorm, xorm ]
9595 env :
9696 OS : ubuntu-latest
97- GO : 1.22 .x
97+ GO : 1.23 .x
9898 SQLITE_CONNECTION_STRING : ${{ matrix.application }}.db
9999 steps :
100100 - 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.22 .x"
68+ go-version : " 1.23 .x"
6969 - name : Install utilities
7070 run : |
7171 go install mvdan.cc/[email protected]
Original file line number Diff line number Diff line change 1818 strategy :
1919 fail-fast : false
2020 matrix :
21- go-version : [1.21.x, 1.22.x]
21+ go-version : [1.21.x, 1.22.x, 1.23.x ]
2222 os : [ubuntu, windows, macOS]
2323 env :
2424 OS : ${{ matrix.os }}-latest
5050 strategy :
5151 fail-fast : false
5252 matrix :
53- go-version : [1.21.x, 1.22.x]
53+ go-version : [1.21.x, 1.22.x, 1.23.x ]
5454 ydb-version : [23.3, 24.1]
5555 services :
5656 ydb :
@@ -101,7 +101,7 @@ jobs:
101101 strategy :
102102 fail-fast : false
103103 matrix :
104- go-version : [1.22 .x]
104+ go-version : [1.23 .x]
105105 ydb-version : [nightly]
106106 services :
107107 ydb :
You can’t perform that action at this time.
0 commit comments