Skip to content

Commit

Permalink
Update to Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
swills committed Aug 17, 2024
1 parent 178b231 commit 8192c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: ^1.21
go-version: ^1.22

- name: Check out code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/EdgeCast/vflow

go 1.21
go 1.22

require (
github.com/ClickHouse/clickhouse-go v1.5.4
Expand Down

0 comments on commit 8192c6a

Please sign in to comment.