Skip to content

Commit ebf75c6

Browse files
authored
Merge pull request #106 from bmf-san/feature/use-go1.21rc
Support go1.21
2 parents fa17271 + 33acc5d commit ebf75c6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- when:
3737
condition:
3838
or:
39+
- equal: [ '1.21', << parameters.version >> ]
3940
- equal: [ '1.20', << parameters.version >> ]
4041
- equal: [ '1.19', << parameters.version >> ]
4142
steps:
@@ -75,4 +76,4 @@ workflows:
7576
- test:
7677
matrix:
7778
parameters:
78-
version: ["1.20", "1.19", "1.18", "1.17", "1.16"]
79+
version: ["1.21", "1.20", "1.19", "1.18", "1.17", "1.16"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This logo was created by [gopherize.me](https://gopherize.me/gopher/d654ddf2b81c
3939
- [Author](#author)
4040

4141
# Features
42-
- Go1.20 >= 1.16
42+
- Go1.21 >= 1.16
4343
- Simple data structure based on trie tree
4444
- Lightweight
4545
- Lines of codes: 2428

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/bmf-san/goblin
22

3-
go 1.20
3+
go 1.21

0 commit comments

Comments
 (0)