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 resource-volume-onboarding
  • Loading branch information
ismirlia committed Sep 20, 2024
2 parents d380335 + 2aa2176 commit c0fec6d
Show file tree
Hide file tree
Showing 1,143 changed files with 144,653 additions and 16,133 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/[email protected].2
uses: actions/[email protected].7

- name: Get dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
labelIssues:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].7
- name: Apply Issue Labels
uses: github/[email protected]
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
steps:
-
name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].7
-
name: Unshallow
run: git fetch --prune --unshallow
-
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.22
-
name: Import GPG key
id: import_gpg
Expand All @@ -39,10 +39,10 @@ jobs:
passphrase: ${{ secrets.PASSPHRASE }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist
version: v1.26.2
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
# GitHub sets this automatically
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ vendor/
!command/test-fixtures/**/*.tfstate
!command/test-fixtures/**/.terraform/

!jenkins/workflow.xml
*.sh

!createaddon.sh
Expand Down
Loading

0 comments on commit c0fec6d

Please sign in to comment.