Skip to content

[v0.42.x] Bump go version to 1.22.5 #1762

[v0.42.x] Bump go version to 1.22.5

[v0.42.x] Bump go version to 1.22.5 #1762

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 1.x
uses: actions/setup-go@v3
with:
go-version: "1.22.5"
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
args: -v