From d8af534b0b4bec8fdb0fa1518e0b252f86285444 Mon Sep 17 00:00:00 2001 From: Hidetake Iwata Date: Mon, 15 Mar 2021 19:11:32 +0900 Subject: [PATCH] Update to Go 1.16 in system-test (#499) --- .github/workflows/system-test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/system-test.yaml b/.github/workflows/system-test.yaml index eea6bf9..135ebb8 100644 --- a/.github/workflows/system-test.yaml +++ b/.github/workflows/system-test.yaml @@ -1,3 +1,5 @@ +name: system-test + on: pull_request: paths: @@ -9,6 +11,7 @@ on: # for go mod tidy branches: [master] paths: [go.*] + jobs: system-test: # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/software-installed-on-github-hosted-runners#ubuntu-1804-lts @@ -16,7 +19,7 @@ jobs: steps: - uses: actions/setup-go@v2 with: - go-version: 1.15 + go-version: 1.16 id: go - uses: actions/checkout@v2 - uses: actions/cache@v2