Skip to content

Bump github.com/stackitcloud/stackit-sdk-go/services/iaas from 0.29.2 to 1.1.0 #65

Bump github.com/stackitcloud/stackit-sdk-go/services/iaas from 0.29.2 to 1.1.0

Bump github.com/stackitcloud/stackit-sdk-go/services/iaas from 0.29.2 to 1.1.0 #65

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@v6
with:
go-version: ${{ env.GO_VERSION }}
cache: false
- uses: actions/checkout@v5
- name: lint
uses: golangci/golangci-lint-action@v6