Skip to content

Commit 0d63347

Browse files
committed
Update Azure Go SDK
Signed-off-by: Philip Laine <philip.laine@gmail.com>
1 parent fdf6b01 commit 0d63347

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/scan.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
steps:
3232
- name: Checkout repository
3333
uses: actions/checkout@v3
34+
- name: Set up Go
35+
uses: actions/setup-go@v2
36+
with:
37+
go-version: 1.18
3438
- name: Initialize CodeQL
3539
uses: github/codeql-action/init@v2
3640
with:

0 commit comments

Comments
 (0)