We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 178b231 + 8192c6a commit 8119777Copy full SHA for 8119777
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Golang
23
uses: actions/setup-go@v2
24
with:
25
- go-version: ^1.21
+ go-version: ^1.22
26
27
- name: Check out code
28
uses: actions/checkout@v2
go.mod
@@ -1,6 +1,6 @@
1
module github.com/EdgeCast/vflow
2
3
-go 1.21
+go 1.22
4
5
require (
6
github.com/ClickHouse/clickhouse-go v1.5.4
0 commit comments