Skip to content

[YUNIKORN-2523] Bump go to 1.22 #178

[YUNIKORN-2523] Bump go to 1.22

[YUNIKORN-2523] Bump go to 1.22 #178

Workflow file for this run

name: Pre-commit checks
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: .go_version
- name: Check license
run: make license-check
- name: Build and Check for changes
run: make check