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:
1212 name : Test MacOS
1313 runs-on : macos-latest
1414 steps :
15- - name : Set up Go 1.19
15+ - name : Set up Go 1.20
1616 uses : actions/setup-go@v3
1717 with :
18- go-version : 1.19
18+ go-version : 1.20.0
1919 id : go
2020
2121 - name : Check out code
@@ -47,10 +47,10 @@ jobs:
4747 name : Test Windows
4848 runs-on : windows-latest-xl
4949 steps :
50- - name : Set up Go 1.19
50+ - name : Set up Go 1.20
5151 uses : actions/setup-go@v3
5252 with :
53- go-version : 1.19
53+ go-version : 1.20.0
5454 id : go
5555
5656 - name : Check out code
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 name : Test Linux (Ubuntu)
2121 runs-on : ubuntu-latest-xl
2222 steps :
23- - name : Set up Go 1.19
23+ - name : Set up Go 1.20
2424 uses : actions/setup-go@v3
2525 with :
26- go-version : 1.19
26+ go-version : 1.20.0
2727 id : go
2828
2929 - name : Check out code
Original file line number Diff line number Diff line change 11module github.com/github/codeql-go
22
3- go 1.18
3+ go 1.20
44
55require (
66 golang.org/x/mod v0.8.0
You can’t perform that action at this time.
0 commit comments