Skip to content

Commit

Permalink
add go setup
Browse files Browse the repository at this point in the history
  • Loading branch information
morri-son committed Apr 8, 2024
1 parent fd81dbc commit 4a026de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/blackduck_scan_scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'

- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: '${{ github.workspace }}/go.mod'

- name: Blackduck Full Scan
uses: mercedesbenzio/detect-action@v2
Expand Down

0 comments on commit 4a026de

Please sign in to comment.