Skip to content

Commit

Permalink
Merge pull request #201 from swills/go122
Browse files Browse the repository at this point in the history
Update to Go 1.22
  • Loading branch information
swills authored Aug 22, 2024
2 parents 178b231 + 8192c6a commit 8119777
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 8119777

Please sign in to comment.