1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-07-04 12:03:43 +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 - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: 1.14 go-version: 1.16
- name: Test - name: Test
run: go test -v ./... run: go test -v ./...

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/eosswedenorg/eosio-api-healthcheck module github.com/eosswedenorg/eosio-api-healthcheck
go 1.14 go 1.16
require ( require (
github.com/eosswedenorg-go/eos-contract-api-client v0.0.0-20220221105418-dc591fcc0dc5 github.com/eosswedenorg-go/eos-contract-api-client v0.0.0-20220221105418-dc591fcc0dc5