Skip to content

Commit

Permalink
Updating workflow deps to match needs and master code state
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jan 18, 2024
1 parent 9635da4 commit cc817b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit cc817b4

Please sign in to comment.