Skip to content

build(deps): bump golang.org/x/mod from 0.16.0 to 0.17.0 #277

build(deps): bump golang.org/x/mod from 0.16.0 to 0.17.0

build(deps): bump golang.org/x/mod from 0.16.0 to 0.17.0 #277

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.20.x
- name: golangci-lint
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 #v4.0.0
with:
version: v1.56