Skip to content

deps(go): Bump github.com/pulumi/pulumi-hcloud/sdk from 1.23.0 to 1.24.0 #90

deps(go): Bump github.com/pulumi/pulumi-hcloud/sdk from 1.23.0 to 1.24.0

deps(go): Bump github.com/pulumi/pulumi-hcloud/sdk from 1.23.0 to 1.24.0 #90

Workflow file for this run

---
# based on https://github.com/mvdan/github-actions-golang
name: test
permissions:
contents: read
on:
pull_request:
branches: ["main"]
paths-ignore: ["docs/**"]
push:
branches: ["main"]
paths-ignore: ["docs/**"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Install Go
uses: actions/setup-go@v6
with:
go-version-file: ./go.mod
- name: Downloads the dependencies
run: make download
- name: Lints all code with golangci-lint
run: make lint
- name: Runs all tests
run: make test
- name: Install Cookiecutter
run: pip install cookiecutter
- name: Login to Pulumi local backend
run: pulumi login --local
- name: Cookiecutter test
env:
PULUMI_CONFIG_PASSPHRASE: k8s-on-hetzner-with-talos-rockz
run: make test-cookiecutter
- name: Test execute pulumi commands
env:
PULUMI_CONFIG_PASSPHRASE: k8s-on-hetzner-with-talos-rockz
HCLOUD_TOKEN: oooooooooooo-hetzner-dummy-token-with-64-characters-oooooooooooo
K8S_HCLOUD_TOKEN: oooooooooooo-hetzner-dummy-token-with-64-characters-oooooooooooo
run: |
pulumi --cwd ./my_awesome_project config set --type bool --path hcloud-k8s:node_pools.skip_auto_scaler_discovery true
pulumi --cwd ./my_awesome_project preview