Skip to content

Commit

Permalink
upgrade to go 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed May 22, 2022
1 parent eac9319 commit 8597528
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
if: success()
uses: actions/setup-go@v2
with:
go-version: 1.15.x
go-version: 1.16.x
- name: Checkout code
uses: actions/checkout@v2
- name: Calc coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.16
-
name: Import GPG key
id: import_gpg
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/kamatera/terraform-provider-kamatera

go 1.14
go 1.16

require (
github.com/hashicorp/go-cleanhttp v0.5.2
Expand Down

0 comments on commit 8597528

Please sign in to comment.