aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/go.coverage.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/go.coverage.yml')
-rw-r--r--.github/workflows/go.coverage.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.coverage.yml b/.github/workflows/go.coverage.yml
index ee3386e2e..8f0aadc5d 100644
--- a/.github/workflows/go.coverage.yml
+++ b/.github/workflows/go.coverage.yml
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
+ uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
with:
go-version: '1.19.0'
id: go