Skip to content

Commit

Permalink
Merge pull request #12 from mutablelogic/v1
Browse files Browse the repository at this point in the history
Updated go versions
  • Loading branch information
djthorpe authored May 9, 2024
2 parents 3a721be + 0ee6216 commit 9460f7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.19', '1.20', '1.21.x' ]
go-version: [ '1.19', '1.20', '1.21', '1.22' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ There are also some example clients which use this library:
* [Ollama API client](https://github.com/mutablelogic/go-client/tree/main/pkg/ollama)
* [OpenAI API client](https://github.com/mutablelogic/go-client/tree/main/pkg/openai)

Aiming to have compatibility with go version 1.19 and above.

## Basic Usage

The following example shows how to decode a response from a GET request
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/mutablelogic/go-client

go 1.22

toolchain go1.22.3
go 1.19

require (
github.com/andreburgaud/crypt2go v1.5.0
Expand Down

0 comments on commit 9460f7e

Please sign in to comment.