Skip to content

Commit

Permalink
Requires Go 1.21+
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Aug 21, 2024
1 parent b458d66 commit 56942a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:

matrix:
golang:
- "1.19"
- "1.20"
- "1.21"
- "1.22"
- "1.23"
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/sue445/gcp-secretmanagerenv

go 1.19
go 1.21

require (
cloud.google.com/go/secretmanager v1.13.6
Expand Down

0 comments on commit 56942a4

Please sign in to comment.