From cc817b40c817239111b2f9427dcb707865bf530c Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Thu, 18 Jan 2024 11:53:21 +0000 Subject: [PATCH] Updating workflow deps to match needs and master code state --- .github/workflows/static_analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index cef90088..daebc758 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -5,10 +5,10 @@ jobs: checks: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: WillAbides/setup-go-faster@v1.6.0 + - uses: actions/checkout@v4 + - uses: WillAbides/setup-go-faster@v1.13.0 with: - go-version: '1.20' + go-version: '1.18' - name: Get dependencies run: |