From 726d483660075a3383db25359889d331324d3f7e Mon Sep 17 00:00:00 2001 From: Michele Zanotti Date: Thu, 28 Apr 2022 18:01:28 +0200 Subject: [PATCH] Use go 1.17 in test action --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c1e56db..c14ef05 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: '1.15' + go-version: '1.17' id: go - name: Check out code into the Go module directory @@ -56,7 +56,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: '1.15' + go-version: '1.17' id: go - name: Check out code into the Go module directory