Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 132979c

Browse files
committed
update go version to 1.20.x (#463)
* update go version to 1.20.x * fix: go 1.20 upgrade * Revert "fix: go 1.20 upgrade" This reverts commit ceb72ef.
1 parent e631457 commit 132979c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

configs/go.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
".github/workflows/tagpush.yml"
1010
],
1111
"deploy_versioning": true,
12-
"deploy_go": true
12+
"deploy_go": true,
13+
"go": {
14+
"versions": [ "1.19.x", "1.20.x" ]
15+
}
1316
},
1417
"repositories": [
1518
{

0 commit comments

Comments
 (0)