Skip to content

Add 32bit numeric getters which do not panic #44

Add 32bit numeric getters which do not panic

Add 32bit numeric getters which do not panic #44

Workflow file for this run

name: properties
on: [push, pull_request]
jobs:
test:
name: Test ${{ matrix.os }} go${{ matrix.go }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
go: ["1.23.x", "1.22.x", "1.21.x", "1.20.x", "1.19.x", "1.18.x"]
steps:
- name: Setup Go ${{ matrix.go }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Run Tests
run: go test ./...