From 90124586b8304d8829ba245196efdb724a693a71 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Sat, 7 May 2022 15:05:09 +0200 Subject: [PATCH] Update codecov_testonly.yml --- .github/workflows/codecov_testonly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov_testonly.yml b/.github/workflows/codecov_testonly.yml index 0401aba..9dcdbe7 100644 --- a/.github/workflows/codecov_testonly.yml +++ b/.github/workflows/codecov_testonly.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - go: [1.15, 1.16, 1.17] + go: [1.15, 1.16, 1.17, 1.18] steps: - name: Checkout Code uses: actions/checkout@master