Skip to content

build(deps): bump golang.org/x/mod from 0.21.0 to 0.22.0 (#196) #302

build(deps): bump golang.org/x/mod from 0.21.0 to 0.22.0 (#196)

build(deps): bump golang.org/x/mod from 0.21.0 to 0.22.0 (#196) #302

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 #v6.1.1
env:
GOTOOLCHAIN: local
with:
version: v1.59