Skip to content

Bump github.com/beevik/etree from 1.1.0 to 1.2.0 #196

Bump github.com/beevik/etree from 1.1.0 to 1.2.0

Bump github.com/beevik/etree from 1.1.0 to 1.2.0 #196

Workflow file for this run

name: lint
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
jobs:
golangci:
name: Run golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.52.2