From b889a3674583cf310fce1a60e3ea10539ca18364 Mon Sep 17 00:00:00 2001 From: Ola <1386739+olahol@users.noreply.github.com> Date: Sat, 1 Jul 2023 12:26:48 +0200 Subject: [PATCH] Bump Go CI version --- .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 234ca78..74cf3bf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: fetch-depth: 2 - uses: actions/setup-go@v3 with: - go-version: '1.19' + go-version: '1.20' - run: go get -t -v ./... - - run: go test -race -coverprofile=coverage.out -covermode=atomic -timeout 5s + - run: go test -race -coverprofile=coverage.out -covermode=atomic -timeout 60s - uses: codecov/codecov-action@v3