Skip to content

Update module github.com/stackitcloud/stackit-sdk-go/services/mariadb to v0.3.0 #106

Update module github.com/stackitcloud/stackit-sdk-go/services/mariadb to v0.3.0

Update module github.com/stackitcloud/stackit-sdk-go/services/mariadb to v0.3.0 #106

Workflow file for this run

name: CI Workflow
on: [pull_request, workflow_dispatch]
env:
GO_VERSION: '1.20'
jobs:
main:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
uses: ./.github/actions/build
with:
go-version: ${{ env.GO_VERSION }}
- name: Lint
run: make lint
- name: Test
run: make test