From e931e770a64cc426891cefe6de8088e6f2904282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Fri, 4 Jun 2021 08:20:38 +0000 Subject: [PATCH] chore(actions): use latest Go version --- .github/workflows/go-maintenance.yml | 2 +- .github/workflows/go-mod-tidy.yml | 2 +- .github/workflows/test.yml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/go-maintenance.yml b/.github/workflows/go-maintenance.yml index e2e869d53..ea5e25b50 100644 --- a/.github/workflows/go-maintenance.yml +++ b/.github/workflows/go-maintenance.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.16.4 + go-version: 1.16.5 - name: Mock web assets run: make mock-assets diff --git a/.github/workflows/go-mod-tidy.yml b/.github/workflows/go-mod-tidy.yml index e1b213123..b2b82209b 100644 --- a/.github/workflows/go-mod-tidy.yml +++ b/.github/workflows/go-mod-tidy.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.16.4 + go-version: 1.16.5 - name: Run go mod tidy run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 00ac2ad73..8f8658f17 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.16.4 + go-version: 1.16.5 - name: Cache Go modules id: cache-go-modules @@ -68,7 +68,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.16.4 + go-version: 1.16.5 - name: Cache Go modules id: cache-go-modules @@ -173,7 +173,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.16.4 + go-version: 1.16.5 - name: Format Go code run: make format-go @@ -320,7 +320,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.16.4 + go-version: 1.16.5 - name: Cache Go modules id: cache-go-modules @@ -454,7 +454,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.16.4 + go-version: 1.16.5 - name: Set up Node JS uses: actions/setup-node@v2