Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into cloud-instance-refa…
Browse files Browse the repository at this point in the history
…ctor
  • Loading branch information
Diptipowervs committed Jan 30, 2024
2 parents 3891f77 + 0516e03 commit ed854cd
Show file tree
Hide file tree
Showing 199 changed files with 5,402 additions and 2,753 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
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ 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
uses: crazy-max/ghaction-import-gpg@v6.0.0
uses: crazy-max/ghaction-import-gpg@v6.1.0
with:
# These secrets will need to be configured for the repository:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
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 ed854cd

Please sign in to comment.