]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Set Go CI workflow to use Go 1.17
authorMatt Joiner <anacrolix@gmail.com>
Mon, 30 Aug 2021 01:19:16 +0000 (11:19 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 30 Aug 2021 01:19:16 +0000 (11:19 +1000)
.github/workflows/go.yml

index ac4ff74e7b76ce982a51663a7a6e204a31172181..072eda75528b091d2425d077419fd5b18b82b3a0 100644 (file)
@@ -17,7 +17,7 @@ jobs:
     - name: Set up Go
       uses: actions/setup-go@v2
       with:
-        go-version: 1.16
+        go-version: 1.17
 
     - name: Download Go modules
       run: go mod download