From bccdc2cfe55411a9e7c764ffaf1096201ac3adf5 Mon Sep 17 00:00:00 2001 From: glebarez <47985861+glebarez@users.noreply.github.com> Date: Thu, 10 Feb 2022 16:38:48 +0300 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6839a3a..5c89a81 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,6 +17,9 @@ jobs: uses: actions/setup-go@v2.2.0 with: go-version: ${{ matrix.go }} + check-latest: true + + - run: go version - uses: actions/checkout@v2.4.0 @@ -27,4 +30,4 @@ jobs: key: ${{ runner.os }}-go-${{ matrix.go }}-${{ hashFiles('**/go.mod') }} - name: Test - run: go test -v ./... \ No newline at end of file + run: go test -v ./...