Skip to content

Commit

Permalink
Merge branch 'master' into data-center-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ismirlia authored Jan 30, 2024
2 parents c594acf + 111c004 commit 3cf945f
Show file tree
Hide file tree
Showing 226 changed files with 6,280 additions and 3,401 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 3cf945f

Please sign in to comment.