Skip to content

Commit bc6d2ec

Browse files
committed
Update Go to 1.20
1 parent ea50305 commit bc6d2ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/go_generate_update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Set up Go
1818
uses: actions/setup-go@v3
1919
with:
20-
go-version: 1.19
20+
go-version: '1.20'
2121
- uses: actions/cache@v3
2222
with:
2323
path: |

.github/workflows/releaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
name: Set up Go
3636
uses: actions/setup-go@v3
3737
with:
38-
go-version: 1.19
38+
go-version: '1.20'
3939
- uses: actions/cache@v3
4040
with:
4141
path: |

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ require (
7373
software.sslmate.com/src/go-pkcs12 v0.2.0 // indirect
7474
)
7575

76-
go 1.19
76+
go 1.20

0 commit comments

Comments
 (0)