Skip to content

Commit

Permalink
Merge pull request #206 from nao1215/nchika/update
Browse files Browse the repository at this point in the history
Update go version
  • Loading branch information
nao1215 authored Dec 29, 2024
2 parents a742d6d + 94bb42a commit 120120f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
go: "1.20"
go: "1.21"

issues:
exclude-use-default: false
Expand Down Expand Up @@ -49,4 +49,4 @@ linters-settings:
case:
use-field-name: true
rules:
json: snake
json: snake
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This project adopts README-Driven Development. Therefore, while there may be a R

## Supported OS & Go version
- Linux
- Go 1.19 or later
- Go 1.21 or later

I plan to support Mac. Until certain features are added, it has been excluded from the scope of unit testing.

Expand Down

0 comments on commit 120120f

Please sign in to comment.