chore: update actions go version to 1.20

This commit is contained in:
moonD4rk
2023-03-11 21:22:22 +08:00
parent ee619dace9
commit 60772a47f4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goVer: [1.19]
goVer: ["1.20"]
steps:
- name: Set up Go ${{ matrix.goVer }}