Skip to content

Commit 8ffeb61

Browse files
Upgrade to Go 1.19 on main (cometbft#206)
* Upgrade to Go 1.19 on main Signed-off-by: Thane Thomson <[email protected]> * Run proto-gen with the right go version * Updating the net dependency * Force a specific go version for vul-check. Should be reverted to not specifying the patch number. * Revert to using just the major version number. * Forcing go-vulcheck to use 1.19.6, since it is not picking it by setting just 1.19. This hould be reverted later. --------- Signed-off-by: Thane Thomson <[email protected]> Co-authored-by: Lasaro <[email protected]>
1 parent c906604 commit 8ffeb61

23 files changed

Lines changed: 36 additions & 35 deletions

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/setup-go@v3
2424
with:
25-
go-version: "1.18"
25+
go-version: "1.19"
2626
- uses: actions/checkout@v3
2727
- uses: technote-space/get-diff-action@v6
2828
with:
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/setup-go@v3
4646
with:
47-
go-version: "1.18"
47+
go-version: "1.19"
4848
- uses: actions/checkout@v3
4949
- uses: technote-space/get-diff-action@v6
5050
with:
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/setup-go@v3
6868
with:
69-
go-version: "1.18"
69+
go-version: "1.19"
7070
- uses: actions/checkout@v3
7171
- uses: technote-space/get-diff-action@v6
7272
with:

.github/workflows/check-generated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/setup-go@v3
2020
with:
21-
go-version: "1.18"
21+
go-version: "1.19"
2222

2323
- uses: actions/checkout@v3
2424

.github/workflows/e2e-manual-multiversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/setup-go@v3
1919
with:
20-
go-version: '1.18'
20+
go-version: '1.19'
2121

2222
- uses: actions/checkout@v3
2323

.github/workflows/e2e-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/setup-go@v3
1919
with:
20-
go-version: '1.18'
20+
go-version: '1.19'
2121

2222
- uses: actions/checkout@v3
2323

.github/workflows/e2e-nightly-37x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/setup-go@v3
2323
with:
24-
go-version: '1.18'
24+
go-version: '1.19'
2525

2626
- uses: actions/checkout@v3
2727
with:

.github/workflows/e2e-nightly-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/setup-go@v3
2424
with:
25-
go-version: '1.18'
25+
go-version: '1.19'
2626

2727
- uses: actions/checkout@v3
2828

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/setup-go@v3
1818
with:
19-
go-version: '1.18'
19+
go-version: '1.19'
2020
- uses: actions/checkout@v3
2121
- uses: technote-space/get-diff-action@v6
2222
with:

.github/workflows/fuzz-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/setup-go@v3
1717
with:
18-
go-version: '1.18'
18+
go-version: '1.19'
1919

2020
- uses: actions/checkout@v3
2121

.github/workflows/govulncheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/setup-go@v3
1919
with:
20-
go-version: "1.18"
20+
go-version: "1.19.6"
2121
- uses: actions/checkout@v3
2222
- uses: technote-space/get-diff-action@v6
2323
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323
- uses: actions/setup-go@v3
2424
with:
25-
go-version: '1.18'
25+
go-version: '1.19'
2626
- uses: technote-space/get-diff-action@v6
2727
with:
2828
PATTERNS: |

0 commit comments

Comments
 (0)