Skip to content

Change runner to ubuntu-24.04 #120

Change runner to ubuntu-24.04

Change runner to ubuntu-24.04 #120

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61