From 8c5551f93b8cacfb4b1ec7fc5bba6e539d07f94a Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sun, 27 Sep 2020 20:39:42 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1aae5d6d..d10efe18 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,13 +14,13 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - name: Set up Go 1.14 + - name: Set up Go 1.15 uses: actions/setup-go@v1 with: - go-version: 1.14 + go-version: 1.15 id: go - name: Check out code into the Go module directory - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Build binary to make sure it works run: go build -mod vendor - name: Test