Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
fix go.mod go version (#108)
Browse files Browse the repository at this point in the history
releaser supports up to 1.16
  • Loading branch information
umairidris authored Jan 25, 2022
1 parent fdaf13b commit 22488c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module terraform-provider-cdap

go 1.17
go 1.16

require (
cloud.google.com/go/storage v1.18.2
Expand Down

0 comments on commit 22488c1

Please sign in to comment.