Skip to content

Commit

Permalink
Merge pull request #36 from SerhiiCho/v2.1.10-release
Browse files Browse the repository at this point in the history
Update Go version in `go.mod` from `1.13` to `1.21.0`
  • Loading branch information
SerhiiCho authored Dec 26, 2023
2 parents a55f883 + 3927540 commit 3bade6b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ['1.20', '1.21']

steps:
- name: Check out code into the Go module directory
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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/SerhiiCho/timeago

go 1.13
go 1.20

0 comments on commit 3bade6b

Please sign in to comment.