1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-19 05:10:02 +02:00

Require a minimum go version of 1.18

This commit is contained in:
Henrik Hautakoski 2022-12-06 15:21:38 +01:00
parent a771b25415
commit f0db33f9b1
No known key found for this signature in database
GPG key ID: 217490840C18A5D9
2 changed files with 41 additions and 4 deletions

View file

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