mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
upgrade lint-test to go 1.18 (#3804)
Co-authored-by: Thorsten Duda <thorsten.duda@sap.com>
This commit is contained in:
parent
8ce7577a34
commit
ea001341cb
6
.github/workflows/verify-go.yml
vendored
6
.github/workflows/verify-go.yml
vendored
@ -56,14 +56,18 @@ jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: '1.18.x'
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- name: staticcheck
|
||||
uses: dominikh/staticcheck-action@v1.1.0
|
||||
uses: dominikh/staticcheck-action@v1.2.0
|
||||
with:
|
||||
cache-key: ${{ runner.os }}-golang-staticcheck
|
||||
install-go: false
|
||||
generate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user