Skip to content

build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 #44

build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0

build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 #44

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Get changed files
id: changed-files
uses: tj-actions/[email protected]
with:
files: |
go.*
**/*.go
- name: golangci-lint
if: steps.changed-files.outputs.any_changed == 'true'
uses: golangci/[email protected]
with:
version: v1.48.0