File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
name : Test MacOS
13
13
runs-on : macos-latest
14
14
steps :
15
- - name : Set up Go 1.19
15
+ - name : Set up Go 1.20
16
16
uses : actions/setup-go@v3
17
17
with :
18
- go-version : 1.19
18
+ go-version : 1.20.0
19
19
id : go
20
20
21
21
- name : Check out code
@@ -47,10 +47,10 @@ jobs:
47
47
name : Test Windows
48
48
runs-on : windows-latest-xl
49
49
steps :
50
- - name : Set up Go 1.19
50
+ - name : Set up Go 1.20
51
51
uses : actions/setup-go@v3
52
52
with :
53
- go-version : 1.19
53
+ go-version : 1.20.0
54
54
id : go
55
55
56
56
- name : Check out code
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
name : Test Linux (Ubuntu)
21
21
runs-on : ubuntu-latest-xl
22
22
steps :
23
- - name : Set up Go 1.19
23
+ - name : Set up Go 1.20
24
24
uses : actions/setup-go@v3
25
25
with :
26
- go-version : 1.19
26
+ go-version : 1.20.0
27
27
id : go
28
28
29
29
- name : Check out code
Original file line number Diff line number Diff line change 1
1
module github.com/github/codeql-go
2
2
3
- go 1.18
3
+ go 1.20
4
4
5
5
require (
6
6
golang.org/x/mod v0.8.0
You can’t perform that action at this time.
0 commit comments