Skip to content

Commit 9845a5c

Browse files
committed
Fix pipeline
1 parent d56cf7a commit 9845a5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/chdb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v4
1919
with:
20-
go-version: "1.20"
20+
go-version: "1.21"
2121
- name: Build
2222
run: |
2323
go mod tidy

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v4
1818
with:
19-
go-version: "1.20"
19+
go-version: "1.21"
2020
- name: Build
2121
run: |
2222
go mod tidy

0 commit comments

Comments
 (0)