Skip to content

Commit

Permalink
Merge pull request #141 from sue445/revert-140-fix_dependabot
Browse files Browse the repository at this point in the history
Revert "Drop go 1.19"
  • Loading branch information
sue445 authored Aug 21, 2024
2 parents 3f98bd3 + eeece4e commit b458d66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

matrix:
golang:
- "1.19"
- "1.20"
- "1.21"
- "1.22"
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.20
go 1.19

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

0 comments on commit b458d66

Please sign in to comment.