From a1267f4bccc5fa057be344def81f7e396d93ace8 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sun, 8 Sep 2019 21:31:06 -0400 Subject: [PATCH] Minor fix --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 602a210b..56eb91db 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,7 +1,7 @@ name: Go on: [push] jobs: - build-1.12: + build-112: name: Build with Go 1.12 runs-on: ubuntu-latest steps: @@ -17,7 +17,7 @@ jobs: - name: Build run: go build -mod vendor - build-1.13: + build-113: name: Build with Go 1.13 runs-on: ubuntu-latest steps: