From 58dfd0ead5f8045f86b6c7629e4aedfc18c76e12 Mon Sep 17 00:00:00 2001 From: Paul Lorenz Date: Wed, 12 Oct 2022 15:52:34 -0400 Subject: [PATCH] update to latest setup-go action --- .github/workflows/main.yml | 2 +- .github/workflows/update-dependency.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4de8c30bd..601379241 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: persist-credentials: false - name: Install Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: '1.19.x' diff --git a/.github/workflows/update-dependency.yml b/.github/workflows/update-dependency.yml index 5b5b222e4..f3bdfcd1f 100644 --- a/.github/workflows/update-dependency.yml +++ b/.github/workflows/update-dependency.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Install Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: '1.19.x'