Skip to content

Commit

Permalink
Merge branch 'master' of github.com:powervs-ibm/terraform-provider-ib…
Browse files Browse the repository at this point in the history
…m into dhcp-refactor
  • Loading branch information
ismirlia committed Jan 30, 2024
2 parents 47ada26 + 111c004 commit 80dcdb1
Show file tree
Hide file tree
Showing 170 changed files with 4,979 additions and 2,984 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.18
go-version: ^1.19
id: go

- name: Check out code into the Go module directory
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@v5
with:
go-version: 1.18
go-version: 1.19
-
name: Import GPG key
id: import_gpg
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ vendor/
!command/test-fixtures/**/*.tfstate
!command/test-fixtures/**/.terraform/

*.sh
Loading

0 comments on commit 80dcdb1

Please sign in to comment.