From 4417f817cdca6d9ebb38a6f5dae6ed7625c231c2 Mon Sep 17 00:00:00 2001 From: roc Date: Wed, 6 Mar 2024 16:48:24 +0800 Subject: [PATCH] update github actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d236dc9..665084ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: test: strategy: matrix: - go: [ '1.20.x', '1.21.x' ] + go: [ '1.21.x', '1.22.x' ] os: [ ubuntu-latest ] runs-on: ${{ matrix.os }} steps: @@ -30,4 +30,4 @@ jobs: with: go-version: ${{ matrix.go }} - name: Test - run: go test ./... -coverprofile=coverage.txt \ No newline at end of file + run: go test ./... -coverprofile=coverage.txt