Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
github actions updated, m1 build support added
Browse files Browse the repository at this point in the history
  • Loading branch information
0ndi committed May 4, 2021
1 parent 5af14c1 commit 203a554
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
gcore = {
source = "G-Core/gcorelabs"
version = "0.1.12"
version = "0.1.14"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
gcore = {
source = "G-Core/gcorelabs"
version = "0.1.12"
version = "0.1.14"
}
}
}
Expand Down

0 comments on commit 203a554

Please sign in to comment.