From 94bb42a7de15ba4cf843501da3e09085b9bd7b3a Mon Sep 17 00:00:00 2001 From: CHIKAMATSU Naohiro Date: Sun, 29 Dec 2024 20:27:21 +0900 Subject: [PATCH] Update go version --- .golangci.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 0341a53..c741cb7 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,5 +1,5 @@ run: - go: "1.20" + go: "1.21" issues: exclude-use-default: false @@ -49,4 +49,4 @@ linters-settings: case: use-field-name: true rules: - json: snake \ No newline at end of file + json: snake diff --git a/README.md b/README.md index a92a440..f6f1b14 100644 --- a/README.md +++ b/README.md @@ -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.