Enable binary checkpoints

This commit is contained in:
Lou Knauer
2022-07-27 10:46:13 +02:00
parent d54bedc82f
commit 869f956ed0
5 changed files with 127 additions and 35 deletions

View File

@@ -7,7 +7,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.18.x
- name: Checkout code
uses: actions/checkout@v2
- name: Build, Vet & Test