Skip to content

Bumping go version to 1.20.7 (#796) Signed-off-by: sethiyash <[email protected]> #1544

Bumping go version to 1.20.7 (#796) Signed-off-by: sethiyash <[email protected]>

Bumping go version to 1.20.7 (#796) Signed-off-by: sethiyash <[email protected]> #1544

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- develop
pull_request:
types: [opened, reopened, synchronize]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20.7
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.52.2
args: -v