Skip to content

chore: Upgrade Go to 1.24 [KO-461] #153

chore: Upgrade Go to 1.24 [KO-461]

chore: Upgrade Go to 1.24 [KO-461] #153

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
branches:
- master
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Setup-go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.4.0
args: --timeout=5m