Skip to content

Commit 7bb32bb

Browse files
committed
Update Go version references to 1.24 in issue template, golangci configuration, and README
Signed-off-by: Denis Arslanbekov <[email protected]>
1 parent 57dcdda commit 7bb32bb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A clear and concise description of what you expected to happen.
2121

2222
**Environment:**
2323

24-
- Go version: [e.g. 1.23]
24+
- Go version: [e.g. 1.24]
2525
- Library version: [e.g. v2.1.0]
2626

2727
**Additional context**

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "2"
33
run:
44
timeout: 5m
55
tests: true
6-
go: "1.23"
6+
go: "1.24"
77

88
linters:
99
enable:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The official Go client library for the Cloud Connexa API provides programmatic a
2424

2525
## Installation
2626

27-
Requires Go 1.23 or later.
27+
Requires Go 1.24 or later.
2828

2929
```bash
3030
go get github.com/openvpn/cloudconnexa-go-client/v2/cloudconnexa
@@ -377,6 +377,6 @@ Licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) file for
377377

378378
### Requirements
379379

380-
- Go 1.23 or later
380+
- Go 1.24 or later
381381
- Valid Cloud Connexa API credentials
382382
- Network access to Cloud Connexa API endpoints

0 commit comments

Comments
 (0)