Skip to content

Bump github.com/ionos-cloud/sdk-go/v6 from 6.1.10 to 6.1.11 #28

Bump github.com/ionos-cloud/sdk-go/v6 from 6.1.10 to 6.1.11

Bump github.com/ionos-cloud/sdk-go/v6 from 6.1.10 to 6.1.11 #28

Workflow file for this run

---
name: Verify
on:
push:
branches:
- main
pull_request:
# don't waste resources and time on outdated commits
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go environment
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run verifications
run: make verify