Skip to content

Update module github.com/hetznercloud/hcloud-go/v2 to v2.17.1 #582

Update module github.com/hetznercloud/hcloud-go/v2 to v2.17.1

Update module github.com/hetznercloud/hcloud-go/v2 to v2.17.1 #582

Workflow file for this run

name: go:test
on:
pull_request:
paths-ignore: 'docs/**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 1.21 ]
steps:
- name: Checkout commit
uses: actions/checkout@v2
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Execute build
run: make install
- name: Execute tests
run: make test-cov