Skip to content

build(deps): bump golang.org/x/mod from 0.14.0 to 0.15.0 #263

build(deps): bump golang.org/x/mod from 0.14.0 to 0.15.0

build(deps): bump golang.org/x/mod from 0.14.0 to 0.15.0 #263

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@3a919529898de77ec3da873e3063ca4b10e7f5cc #v3.7.0
with:
version: v1.54