From 121efa4413dd4ea7029d730fa6c79094bdda51b6 Mon Sep 17 00:00:00 2001 From: Jackson Tian Date: Mon, 15 May 2023 15:38:22 +0800 Subject: [PATCH] update actions setup-go to v4 --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6885e63..92007f6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Set up Go 1.x - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: ${{ matrix.go }} @@ -32,4 +32,4 @@ jobs: run: go test -race -coverprofile=coverage.txt -covermode=atomic ./tea/... ./utils/... - name: CodeCov - run: bash <(curl -s https://codecov.io/bash) \ No newline at end of file + run: bash <(curl -s https://codecov.io/bash)