bump go & auto-release from CI

This commit is contained in:
Pierre Dubouilh
2022-09-17 13:13:02 +02:00
committed by Pierre Dubouilh
parent a1613a08e8
commit 382b2e3734
3 changed files with 67 additions and 4 deletions
+22
View File
@@ -0,0 +1,22 @@
name: always
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.19.1
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
with:
submodules: true
- name: Run
run: make ci