upgraded docker containers for golang and alpine, added simple integration test

This commit is contained in:
Łukasz Budnik
2023-01-08 20:33:08 +01:00
parent 66b4078631
commit c5415206e6
3 changed files with 17 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.16
go-version: 1.19
- name: Build
run: go build -v ./...