Skip to content

Bump github.com/stackitcloud/stackit-sdk-go/services/iaas from 0.27.1 to 0.29.1 #50

Bump github.com/stackitcloud/stackit-sdk-go/services/iaas from 0.27.1 to 0.29.1

Bump github.com/stackitcloud/stackit-sdk-go/services/iaas from 0.27.1 to 0.29.1 #50

Workflow file for this run

name: Checks
on:
push:
branches: [main]
pull_request:
branches: [main]
defaults:
run:
shell: bash
env:
GO_VERSION: "1.24.1"
jobs:
lint:
name: Lint files
runs-on: 'ubuntu-latest'
steps:
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
cache: false
- uses: actions/checkout@v4
- name: lint
uses: golangci/golangci-lint-action@v6