Skip to content

Commit 4dccfc3

Browse files
authored
github/workflow: upgrade go version to go1.16 on CodeQL (#25)
1 parent afe4004 commit 4dccfc3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ jobs:
2727
- name: Install Go
2828
uses: actions/setup-go@v2
2929
with:
30-
go-version: 1.15.x
30+
go-version: 1.16.x
31+
32+
- name: Initialize CodeQL
33+
uses: github/codeql-action/init@v1
34+
with:
35+
languages: go
3136

3237
- name: Cache Go module and build cache
3338
uses: actions/cache@v2
@@ -46,10 +51,5 @@ jobs:
4651
go mod download
4752
go mod vendor
4853
49-
- name: Initialize CodeQL
50-
uses: github/codeql-action/init@v1
51-
with:
52-
languages: go
53-
5454
- name: Perform CodeQL Analysis
5555
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)