From 7fd636c69feaaf94e66c77720af2f50e7bf29ba3 Mon Sep 17 00:00:00 2001 From: Julian Li Date: Sat, 31 Aug 2024 14:35:06 +1000 Subject: [PATCH] fix GH action --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 8018731..c34b9d4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - go-version: [1.22.4] + go-version: [1.23.0] os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: @@ -29,7 +29,7 @@ jobs: - name: Go Coverage Badge uses: tj-actions/coverage-badge-go@v1 - if: ${{ runner.os == 'ubuntu-latest' && matrix.go == '1.22.4' }} + if: ${{ runner.os == 'ubuntu-latest' }} with: green: 80 filename: coverage.out