Browse Source

change go version to 1.19

Felix Sun 2 years ago
parent
commit
624c64dacc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/go.yml

+ 1 - 1
.github/workflows/go.yml

@@ -20,7 +20,7 @@ jobs:
       - name: Set up Go
         uses: actions/setup-go@v2
         with:
-          go-version: 1.16
+          go-version: 1.19
 
       - name: Build
         run: go build -v ./...