Skip to content

Update Golang version to 1.23.1 #921

Update Golang version to 1.23.1

Update Golang version to 1.23.1 #921

Workflow file for this run

name: tests
on:
push:
branches: [ "main" ]
pull_request:
permissions:
contents: read
jobs:
integration-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up go environment
uses: actions/setup-go@v4
with:
go-version: 1.23.1
- name: Run integration tests without lifecycle-manager
run: make -C hack/ci run-without-lifecycle-manager