1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-10-30 23:57:50 +02:00

chore(pipeline): update go-version for linting action (#4213)

* Update verify-go.yml

* Update verify-go.yml

* Update verify-go.yml

* Update verify-go.yml

* Update verify-go.yml

* Update verify-go.yml
This commit is contained in:
Christopher Fenner
2023-02-03 12:35:57 +01:00
committed by GitHub
parent 9533280459
commit 0fa1e09464

View File

@@ -59,7 +59,8 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: '1.18.x'
go-version: '1.19.x'
# action requires go@1.19
- name: checkout
uses: actions/checkout@v2
with: