Skip to content

Bump to Go 1.22

Bump to Go 1.22 #41

Workflow file for this run

name: Gauge common
on: [push, pull_request]
jobs:
build:
name: Run test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run tests
run: go test ./...