Skip to content

build: bump go to go1.24.12 #108

build: bump go to go1.24.12

build: bump go to go1.24.12 #108

Workflow file for this run

name: golangci-lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: '1.24.12'
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.6.0