Răsfoiți Sursa

Bump Go version for CI builds to 1.16

Bernhard Froehlich 4 ani în urmă
părinte
comite
c08ff67b9e
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      .github/workflows/go.yml

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

@@ -7,10 +7,10 @@ jobs:
     runs-on: ubuntu-latest
     steps:
 
-    - name: Set up Go 1.15
+    - name: Set up Go 1.16
       uses: actions/[email protected]
       with:
-        go-version: 1.15
+        go-version: 1.16
       id: go
 
     - name: Check out code into the Go module directory