Skip to content

Bump go version to 1.22.2 in 0.14.x line #990

Bump go version to 1.22.2 in 0.14.x line

Bump go version to 1.22.2 in 0.14.x line #990

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- develop
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
types: [opened, reopened, synchronize]
paths-ignore:
- 'docs/**'
- '*.md'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.22.2
- uses: actions/checkout@v3.3.0
with:
fetch-depth: '0'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.4.0
with:
version: v1.52.2
args: -v