1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-17 04:50:02 +02:00

Update to go v1.16

This commit is contained in:
Henrik Hautakoski 2022-10-12 17:19:55 +02:00
parent f5ff3480e0
commit 3e9bf2aa75
No known key found for this signature in database
GPG key ID: 608414D93E862CCD
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.16
- name: Test
run: go test -v ./...