Skip to content

Bump Go to version 1.23 #36

Bump Go to version 1.23

Bump Go to version 1.23 #36

Workflow file for this run

name: Build and test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.23
- uses: actions/checkout@v2
- run: make -j all
- run: make -j test