fix: pipeline linting issues

This commit is contained in:
Jan Henkel 2024-01-17 20:26:40 +01:00
parent 04826e589a
commit 5d8f9487f0
2 changed files with 3 additions and 2 deletions

View file

@ -41,7 +41,8 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52
install-mode: binary
version: latest
build:
runs-on: ubuntu-latest

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/jangraefen/hcloud-pricing-exporter
go 1.19
go 1.20
require (
github.com/hetznercloud/hcloud-go/v2 v2.6.0