File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
- name : Set up Go
18
18
uses : actions/setup-go@v4
19
19
with :
20
- go-version : 1.20
20
+ go-version : " 1.20"
21
21
- name : Build
22
22
run : |
23
23
go mod tidy
Original file line number Diff line number Diff line change 16
16
- name : Set up Go
17
17
uses : actions/setup-go@v4
18
18
with :
19
- go-version : 1.20
19
+ go-version : " 1.20"
20
20
- name : Build
21
21
run : |
22
22
go mod tidy
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ install: update_libchdb
12
12
sudo cp -a libchdb.so /usr/local/lib
13
13
# if on Linux run `sudo ldconfig` to update the cache
14
14
# if on macOS run `sudo update_dyld_shared_cache` to update the cache
15
- if [[ " $$ OSTYPE" == " linux-gnu" ] ]; then sudo ldconfig; fi
15
+ if [ " $$ OSTYPE" == " linux-gnu" ]; then sudo ldconfig; fi
16
16
17
17
test :
18
18
CGO_ENABLED=1 go test -v -coverprofile=coverage.out ./...
You can’t perform that action at this time.
0 commit comments