File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,19 +19,19 @@ jobs:
19
19
- name : Checkout repository
20
20
uses : actions/checkout@v4
21
21
- name : Initialize CodeQL
22
- uses : github/codeql-action/init@v2
22
+ uses : github/codeql-action/init@v3
23
23
with :
24
24
languages : ${{ matrix.language }}
25
25
- name : Autobuild
26
- uses : github/codeql-action/autobuild@v2
26
+ uses : github/codeql-action/autobuild@v3
27
27
- name : Perform CodeQL Analysis
28
- uses : github/codeql-action/analyze@v2
28
+ uses : github/codeql-action/analyze@v3
29
29
test :
30
30
name : Test
31
31
runs-on : ubuntu-latest
32
32
strategy :
33
33
matrix :
34
- go-version : [ '1.19', '1.20', '1. 21', '1.22' ]
34
+ go-version : [ '1.21', '1.22' ]
35
35
steps :
36
36
- name : Checkout repository
37
37
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ There are also some example clients which use this library:
22
22
* [ Ollama API client] ( https://github.com/mutablelogic/go-client/tree/main/pkg/ollama )
23
23
* [ OpenAI API client] ( https://github.com/mutablelogic/go-client/tree/main/pkg/openai )
24
24
25
- Aiming to have compatibility with go version 1.19 and above.
25
+ Aiming to have compatibility with go version 1.21 and above.
26
26
27
27
## Basic Usage
28
28
Original file line number Diff line number Diff line change 1
1
module github.com/mutablelogic/go-client
2
2
3
- go 1.19
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/andreburgaud/crypt2go v1.5.0
You can’t perform that action at this time.
0 commit comments