Skip to content

Commit 0ee6216

Browse files
committed
Updated
1 parent 4111a59 commit 0ee6216

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/merge.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
strategy:
3333
matrix:
34-
go-version: [ '1.19', '1.20', '1.21.x' ]
34+
go-version: [ '1.19', '1.20', '1.21', '1.22' ]
3535
steps:
3636
- name: Checkout repository
3737
uses: actions/checkout@v4

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ There are also some example clients which use this library:
2222
* [Ollama API client](https://github.com/mutablelogic/go-client/tree/main/pkg/ollama)
2323
* [OpenAI API client](https://github.com/mutablelogic/go-client/tree/main/pkg/openai)
2424

25+
Aiming to have compatibility with go version 1.19 and above.
26+
2527
## Basic Usage
2628

2729
The following example shows how to decode a response from a GET request

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/mutablelogic/go-client
22

3-
go 1.22
4-
5-
toolchain go1.22.3
3+
go 1.19
64

75
require (
86
github.com/andreburgaud/crypt2go v1.5.0

0 commit comments

Comments
 (0)