Skip to content

Update go orb to v1.10.0 #121

Update go orb to v1.10.0

Update go orb to v1.10.0 #121

Workflow file for this run

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