mirror of
https://github.com/jangraefen/hcloud-pricing-exporter
synced 2024-11-10 05:54:15 +00:00
chore: Upgrade go and linter version
This commit is contained in:
parent
6bef4b9396
commit
fcaefedd87
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: Install Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: ^1.19
|
||||
go-version: ^1.20
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Get dependencies
|
||||
|
@ -41,7 +41,7 @@ jobs:
|
|||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.48
|
||||
version: v1.52
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -49,7 +49,7 @@ jobs:
|
|||
- name: Install Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: ^1.19
|
||||
go-version: ^1.20
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Get dependencies
|
||||
|
@ -76,7 +76,7 @@ jobs:
|
|||
- name: Install Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: ^1.19
|
||||
go-version: ^1.20
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Get dependencies
|
||||
|
|
Loading…
Reference in a new issue