File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,10 @@ jobs:
1414 strategy :
1515 matrix :
1616 go-version :
17- - ' 1.19.x'
1817 - ' 1.20.x'
1918 - ' 1.21.x'
19+ - ' 1.22.x'
2020 platform : [ubuntu-latest]
21- include :
22- - golangcilinter-version : ' v1.53.3'
23- - go-version : ' 1.21.x'
24- golangcilinter-version : ' v1.55.2'
2521
2622 name : test
2723 runs-on : ${{ matrix.platform }}
5551 - name : golanci-linter
5652 uses : golangci/golangci-lint-action@v6
5753 with :
58- version : ${{ matrix.golangcilinter-version }}
54+ version : v1.55.2
5955
6056 - name : run unit tests
6157 run : make test
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Simple interface for caching
99
1010## Installation
1111
12- Cachego requires Go 1.19 or later.
12+ Cachego requires Go 1.20 or later.
1313
1414```
1515go get github.com/faabiosr/cachego
Original file line number Diff line number Diff line change 11module github.com/faabiosr/cachego
22
3- go 1.19
3+ go 1.20
44
55require (
66 github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874
You can’t perform that action at this time.
0 commit comments