We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea50305 commit bc6d2ecCopy full SHA for bc6d2ec
.github/workflows/go_generate_update.yml
@@ -17,7 +17,7 @@ jobs:
17
name: Set up Go
18
uses: actions/setup-go@v3
19
with:
20
- go-version: 1.19
+ go-version: '1.20'
21
- uses: actions/cache@v3
22
23
path: |
.github/workflows/releaser.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
go.mod
@@ -73,4 +73,4 @@ require (
73
software.sslmate.com/src/go-pkcs12 v0.2.0 // indirect
74
)
75
76
-go 1.19
+go 1.20
0 commit comments