Skip to content

Update Go to 1.22.0 and all the packages #769

Update Go to 1.22.0 and all the packages

Update Go to 1.22.0 and all the packages #769

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
go:
name: Validate Go code
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Validate and test Go code
id: go
uses: ./.github/actions/go
with:
COVERAGE_THRESHOLD: ${{ vars.COVERAGE_THRESHOLD }}