Skip to content

VULN-1917 Upgrade golang.org/x/text and golang.org/x/net #80

VULN-1917 Upgrade golang.org/x/text and golang.org/x/net

VULN-1917 Upgrade golang.org/x/text and golang.org/x/net #80

Workflow file for this run

name: V1 Executor Lint
on:
push:
branches: [ master, rabbitmq* ]
pull_request:
branches: [ master, rabbitmq* ]
jobs:
executor-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '^1.17.0'
- name: test-executor
run: |
make -C executor lint