Skip to content

Fix: Cast shift operand to uint to comply with Go's type requirements #9

Fix: Cast shift operand to uint to comply with Go's type requirements

Fix: Cast shift operand to uint to comply with Go's type requirements #9

Workflow file for this run

name: Run tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '>=1.20.0'
- name: Run tests
run: go test -v