Skip to content

Commit 8119777

Browse files
authored
Merge pull request #201 from swills/go122
Update to Go 1.22
2 parents 178b231 + 8192c6a commit 8119777

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Golang
2323
uses: actions/setup-go@v2
2424
with:
25-
go-version: ^1.21
25+
go-version: ^1.22
2626

2727
- name: Check out code
2828
uses: actions/checkout@v2

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/EdgeCast/vflow
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/ClickHouse/clickhouse-go v1.5.4

0 commit comments

Comments
 (0)