Skip to content

Commit

Permalink
Merge pull request #136 from koendelaat/main
Browse files Browse the repository at this point in the history
Add initial DataBroker services
  • Loading branch information
loafoe authored Jan 31, 2024
2 parents 4e28b65 + fe33f1e commit 05deeec
Show file tree
Hide file tree
Showing 65 changed files with 8,754 additions and 3,104 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:

env:
# Common versions
GO_VERSION: '1.20.10'
GOLANGCI_VERSION: 'v1.51.1'
GO_VERSION: '1.21.6'
GOLANGCI_VERSION: 'v1.55.2'
DOCKER_BUILDX_VERSION: 'v0.8.2'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
# Common versions
GO_VERSION: '1.20.1'
GO_VERSION: '1.21.6'
GOLANGCI_VERSION: 'v1.51.1'
DOCKER_BUILDX_VERSION: 'v0.8.2'

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export TERRAFORM_VERSION := 1.5.5

export TERRAFORM_PROVIDER_SOURCE := philips-software/hsdp
export TERRAFORM_PROVIDER_REPO := https://github.com/philips-software/terraform-provider-hsdp
export TERRAFORM_PROVIDER_VERSION := 0.46.3
export TERRAFORM_PROVIDER_VERSION := 0.47.0
export TERRAFORM_PROVIDER_DOWNLOAD_NAME := terraform-provider-hsdp
export TERRAFORM_NATIVE_PROVIDER_BINARY := terraform-provider-hsdp_v${TERRAFORM_PROVIDER_VERSION}
export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX := https://github.com/philips-software/terraform-provider-hsdp/releases/download/v${TERRAFORM_PROVIDER_VERSION}
Expand Down
Loading

0 comments on commit 05deeec

Please sign in to comment.