From 604154e005445da5e4c19fcafa7d0353d4838127 Mon Sep 17 00:00:00 2001 From: umarcor Date: Tue, 17 Aug 2021 14:03:34 +0200 Subject: [PATCH] ci: test golang 1.17.x too --- .github/workflows/Test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index cc147d3b..bc748030 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -21,6 +21,7 @@ jobs: - 14 - 15 - 16 + - 17 name: '${{ matrix.platform }} | 1.${{ matrix.go }}.x' runs-on: ${{ matrix.platform }}-latest steps: @@ -41,7 +42,7 @@ jobs: export GOBIN=$HOME/go/bin curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | bash -s -- -b $GOBIN latest case "${{ matrix.go }}" in - 16) _version='@latest';; + 16|17) _version='@latest';; *) _version='';; esac go install github.com/kyoh86/richgo"${_version}"