Skip to content

Commit

Permalink
adding set-up step
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulkj committed Jun 13, 2024
1 parent 59ddc5c commit caa01f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/csa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:

- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21

Expand Down

0 comments on commit caa01f4

Please sign in to comment.