Skip to content

Commit 291aa19

Browse files
committed
Updated to go version 1.21
1 parent 0ee6216 commit 291aa19

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/merge.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@v4
2121
- name: Initialize CodeQL
22-
uses: github/codeql-action/init@v2
22+
uses: github/codeql-action/init@v3
2323
with:
2424
languages: ${{ matrix.language }}
2525
- name: Autobuild
26-
uses: github/codeql-action/autobuild@v2
26+
uses: github/codeql-action/autobuild@v3
2727
- name: Perform CodeQL Analysis
28-
uses: github/codeql-action/analyze@v2
28+
uses: github/codeql-action/analyze@v3
2929
test:
3030
name: Test
3131
runs-on: ubuntu-latest
3232
strategy:
3333
matrix:
34-
go-version: [ '1.19', '1.20', '1.21', '1.22' ]
34+
go-version: [ '1.21', '1.22' ]
3535
steps:
3636
- name: Checkout repository
3737
uses: actions/checkout@v4

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ 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.
25+
Aiming to have compatibility with go version 1.21 and above.
2626

2727
## Basic Usage
2828

go.mod

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

3-
go 1.19
3+
go 1.21
44

55
require (
66
github.com/andreburgaud/crypt2go v1.5.0

0 commit comments

Comments
 (0)