Skip to content

Bump go to 1.23.1

Bump go to 1.23.1 #348

Workflow file for this run

name: Build Operator image
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: |
scripts/install-tools.sh
make image