Skip to content

Commit e06f0db

Browse files
committed
gha/licensing: ensure correct go version is installed
1 parent 81c61f6 commit e06f0db

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/licensing.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ jobs:
1414
licensing:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
20+
21+
- uses: actions/setup-go@v4
22+
with:
23+
go-version-file: go.mod
24+
2025
- run: sudo gem install license_finder
2126
- run: license_finder

0 commit comments

Comments
 (0)