Skip to content

Use go 1.22.1 to fix toolchain error #103

Use go 1.22.1 to fix toolchain error

Use go 1.22.1 to fix toolchain error #103

Workflow file for this run

name: Build + Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ^1.22
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Build
run: go get github.com/mat/besticon/...
- run: make test
- run: make test_bench
- run: make test_race