From 69824598995f0b7052a8c0932d1bc43704ae7061 Mon Sep 17 00:00:00 2001 From: ze0s <43699394+zze0s@users.noreply.github.com> Date: Sun, 26 Jan 2025 15:18:13 +0000 Subject: [PATCH] build: update workflows --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1218c69..a563176 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,13 +11,12 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - go: ["1.14", "1.15"] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: - go-version: ${{ matrix.go }} + go-version: '1.23' - run: | go test -cover -coverprofile coverage.txt -race -v ./... - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v5