From f314832ce8e6396b405b419db65e4e442551e687 Mon Sep 17 00:00:00 2001 From: Jeffrey Duroyon Date: Wed, 22 Jul 2020 00:54:30 +0200 Subject: [PATCH] modify github action --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 99c47cc..462aecf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,9 +9,9 @@ jobs: steps: - name: Setup Go for use with actions - uses: actions/setup-go@v1.0.0 + uses: actions/setup-go@v2 with: - go-version: '1.13' # The Go version to download (if necessary) and use. + go-version: '1.14' # The Go version to download (if necessary) and use. - name: Check out code uses: actions/checkout@v1