Browse Source

update go-version in action

0xJacky 2 years ago
parent
commit
1478bda974
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yml

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

@@ -108,7 +108,7 @@ jobs:
             - name: Set up Go
               uses: actions/setup-go@v2
               with:
-                  go-version: ^1.17.7
+                  go-version: ^1.18.4
 
             - name: Set up cache
               uses: actions/cache@v2