Skip to content

Commit

Permalink
Update minimum required go version to 1.21
Browse files Browse the repository at this point in the history
Version 1.20 is not supported anymore.
  • Loading branch information
joachimschmidt557 committed Aug 10, 2024
1 parent c7db778 commit 95c30b6
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.20", "1.21", "1.22"]
go-version: ["1.21", "1.22"]

steps:
- uses: actions/checkout@v4
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/timewarrior-synchronize/timew-sync-server

go 1.20
go 1.21

require (
github.com/DATA-DOG/go-sqlmock v1.5.2
Expand Down

0 comments on commit 95c30b6

Please sign in to comment.