Skip to content

Commit

Permalink
Merge branch 'master' into fix-array-decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-wa authored Feb 19, 2024
2 parents 5d503e7 + 24ab81c commit 02da378
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

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).

Counter-Strike 2 support is experimental.

[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://vshymanskyy.github.io/StandWithUkraine)

[![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)
Expand Down Expand Up @@ -53,7 +51,7 @@ For business inquiries please use the contact information found on the [GitHub p

## Requirements

This library requires at least `go 1.21` to run.
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.
You can download the latest version of Go [here](https://golang.org/).

## Quickstart Guide
Expand Down

0 comments on commit 02da378

Please sign in to comment.