Skip to content

Commit

Permalink
ci: setup go
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Oct 21, 2023
1 parent 7cc8431 commit b4ef898
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}

- uses: Templum/[email protected]

0 comments on commit b4ef898

Please sign in to comment.