Skip to content

Commit

Permalink
Changed required Go version back to 1.23.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kugelschieber committed Feb 12, 2025
1 parent d19312e commit e7744b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 6.19.8

* changed required Go version back to 1.23

## 6.19.7

* always store a page view, even if bounced
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/pirsch-analytics/pirsch/v6

go 1.24
go 1.23

require (
github.com/ClickHouse/clickhouse-go/v2 v2.30.3
Expand Down

0 comments on commit e7744b9

Please sign in to comment.