Pārlūkot izejas kodu

Bump Go to 1.15 for CI builds

Bernhard Froehlich 4 gadi atpakaļ
vecāks
revīzija
822dbbce7d
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      .github/workflows/go.yml

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

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