Skip to content

Commit e09694c

Browse files
authored
Merge pull request #31 from faabiosr/develop
remove: support for go v1.19
2 parents 8d9bf5d + 56af51c commit e09694c

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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 }}
@@ -55,7 +51,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```
1515
go get github.com/faabiosr/cachego

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/faabiosr/cachego
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874

0 commit comments

Comments
 (0)