Skip to content

Commit 18bd5cb

Browse files
authored
Merge branch 'master' into fix-array-decoding
2 parents 64c9c37 + 24ab81c commit 18bd5cb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
A blazing fast, feature complete and production ready Go library for parsing and analysing of Counter-Strike 2 and Counter-Strike: Global Offensive (CS:GO) demos (aka replays).
44

5-
Counter-Strike 2 support is experimental.
6-
75
[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://vshymanskyy.github.io/StandWithUkraine)
86

97
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/github.com/markus-wa/demoinfocs-golang/v4/pkg/demoinfocs?tab=doc)
@@ -53,7 +51,7 @@ For business inquiries please use the contact information found on the [GitHub p
5351

5452
## Requirements
5553

56-
This library requires at least `go 1.21` to run.
54+
This library requires at least `go 1.21` to run. ⚠️ right now `go 1.22` is not supported until https://github.com/golang/go/issues/65706 is resolved.
5755
You can download the latest version of Go [here](https://golang.org/).
5856

5957
## Quickstart Guide

0 commit comments

Comments
 (0)