Skip to content

Commit

Permalink
Merge pull request #106 from bmf-san/feature/use-go1.21rc
Browse files Browse the repository at this point in the history
Support go1.21
  • Loading branch information
bmf-san authored Aug 9, 2023
2 parents fa17271 + 33acc5d commit ebf75c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- when:
condition:
or:
- equal: [ '1.21', << parameters.version >> ]
- equal: [ '1.20', << parameters.version >> ]
- equal: [ '1.19', << parameters.version >> ]
steps:
Expand Down Expand Up @@ -75,4 +76,4 @@ workflows:
- test:
matrix:
parameters:
version: ["1.20", "1.19", "1.18", "1.17", "1.16"]
version: ["1.21", "1.20", "1.19", "1.18", "1.17", "1.16"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This logo was created by [gopherize.me](https://gopherize.me/gopher/d654ddf2b81c
- [Author](#author)

# Features
- Go1.20 >= 1.16
- Go1.21 >= 1.16
- Simple data structure based on trie tree
- Lightweight
- Lines of codes: 2428
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/bmf-san/goblin

go 1.20
go 1.21

0 comments on commit ebf75c6

Please sign in to comment.