Skip to content

Commit

Permalink
chore(deps): update the golang version to 1.21 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg authored Jan 13, 2024
1 parent 3b82d60 commit ad756c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20.x'
go-version: '1.21.x'
- name: Install dependencies
run: go get
- name: Build binary
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Maintenance

- Bump the Golang version to the most recent version of 1.21
- Include instructions for cutting and versioning a release
- Reduce frequency of dependabot updates to once a month
- Include dependency checks for actions in GitHub Actions
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/zimeg/emporia-time

go 1.20
go 1.21

require (
github.com/AlecAivazis/survey/v2 v2.3.7
Expand Down

0 comments on commit ad756c6

Please sign in to comment.