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.
1 parent 5cb80fd commit d5ced3bCopy full SHA for d5ced3b
.github/workflows/codeql.yml
@@ -30,6 +30,11 @@ jobs:
30
- name: Checkout repository
31
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
32
33
+ - name: Set up Go
34
+ uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
35
+ with:
36
+ go-version: "1.21"
37
+
38
# Initializes the CodeQL tools for scanning.
39
- name: Initialize CodeQL
40
uses: github/codeql-action/init@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # v2.21.8
.github/workflows/lint.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
28
with:
29
- go-version: "1.20"
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
0 commit comments