Skip to content

chore(go): bump to version 1.22 #811

chore(go): bump to version 1.22

chore(go): bump to version 1.22 #811

Workflow file for this run

name: Test
on:
pull_request:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
unit-tests:
name: Run unit-tests
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout head
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version-file: 'go.mod'
- name: Run tests
run: make test
- name: Test build
run: make build
- name: Test Runtime
run: go run cmd/upctl/main.go -h