Skip to content

Commit

Permalink
Merge pull request #258 from sagikazarmark/drop-go119
Browse files Browse the repository at this point in the history
feat: drop Go 1.19 support
  • Loading branch information
sagikazarmark committed Mar 25, 2024
2 parents 0f3b5c8 + 71bfd7a commit 02c33df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.19", "1.20", "1.21", "1.22"]
go: ["1.20", "1.21", "1.22"]

steps:
- name: Set up Go
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/sagikazarmark/crypt

go 1.18
go 1.20

require (
cloud.google.com/go/firestore v1.15.0
Expand Down

0 comments on commit 02c33df

Please sign in to comment.