From a2f97fba3cd2148dfc7e7e9d4b77cd6eeefbc78b Mon Sep 17 00:00:00 2001 From: SerhiiCho Date: Tue, 26 Dec 2023 19:38:14 +0200 Subject: [PATCH 1/4] Update Go version in `go.mod` from `1.13` to `1.21.0` --- CHANGELOG.md | 6 ++++++ go.mod | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc1acbe..c6b6353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ---- +## v2.1.10 (2023-12-26) + +- Update Go version in `go.mod` from `1.13` to `1.21.0` + +---- + ## v2.1.9 (2023-12-26) - Update CHANGELOG.md file diff --git a/go.mod b/go.mod index 2ef0f7f..13fbcb9 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/SerhiiCho/timeago -go 1.13 +go 1.21.0 From 4b230cdb85a9ec6037cc135abec54dec26fd7d85 Mon Sep 17 00:00:00 2001 From: SerhiiCho Date: Tue, 26 Dec 2023 19:40:51 +0200 Subject: [PATCH 2/4] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 13fbcb9..1fa7a46 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/SerhiiCho/timeago -go 1.21.0 +go 1.20 From e2feda32bbb599997f73b5df7a94feccf2ccbc72 Mon Sep 17 00:00:00 2001 From: SerhiiCho Date: Tue, 26 Dec 2023 19:41:22 +0200 Subject: [PATCH 3/4] Update github actions file --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 43fda09..36e1666 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go_version: ['1.13', '1.12', '1.11', '1.10', '1.9', '1.8', '1.7', '1.6', '1.5', '1.4', '1.3', '1.2'] + go_version: go: ['1.20','1.21'] steps: - name: Check out code into the Go module directory From 392754064a54c9eb0ba863371df9388a0bbdeb1c Mon Sep 17 00:00:00 2001 From: SerhiiCho Date: Tue, 26 Dec 2023 19:43:21 +0200 Subject: [PATCH 4/4] Fix typo in go.yml file --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 36e1666..65ae460 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go_version: go: ['1.20','1.21'] + go_version: ['1.20', '1.21'] steps: - name: Check out code into the Go module directory