Skip to content

Bump github.com/hetznercloud/hcloud-go from 1.51.0 to 1.52.0 #97

Bump github.com/hetznercloud/hcloud-go from 1.51.0 to 1.52.0

Bump github.com/hetznercloud/hcloud-go from 1.51.0 to 1.52.0 #97

Workflow file for this run

name: main
on: [push, pull_request]
jobs:
test:
env:
LATEST_GO: 1.19.x # version used for release
strategy:
matrix:
go: [ 1.19.x ]
os: [ ubuntu-latest ]
name: ${{ matrix.os }}/go${{ matrix.go }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- run: make test