Skip to content

deps: Go update to 1.24, updated golang.org/x/net and golang.org/x/crypto to the latest versions #1880

deps: Go update to 1.24, updated golang.org/x/net and golang.org/x/crypto to the latest versions

deps: Go update to 1.24, updated golang.org/x/net and golang.org/x/crypto to the latest versions #1880

Workflow file for this run

name: Lint go
on:
push:
branches:
- master
paths:
- '.golangci.yaml'
- 'Makefile'
- '**.go'
pull_request:
paths:
- '.golangci.yaml'
- 'Makefile'
- '**.go'
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.24.x"
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
# Use v1.64 to stay compatible with v1.x config format
# Note: action v7+ only supports golangci-lint v2, so we use action v6
version: v1.64