Skip to content

chore: upgrade to Go 1.24 and merge reasonable upstream fixes #34

chore: upgrade to Go 1.24 and merge reasonable upstream fixes

chore: upgrade to Go 1.24 and merge reasonable upstream fixes #34

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '1'
- uses: actions/setup-go@v5
with:
go-version: '1.24'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.64.5