We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a804e18 + c09d633 commit 0b08e80Copy full SHA for 0b08e80
.github/workflows/code_scanning.yaml
@@ -33,7 +33,7 @@ jobs:
33
uses: actions/checkout@v4
34
35
- name: Install Go
36
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
37
with:
38
go-version: ${{ inputs.golang_version }}
39
.github/workflows/golang.yaml
@@ -29,7 +29,7 @@ jobs:
29
name: Checkout code
30
31
32
0 commit comments