Skip to content

Commit

Permalink
update actions setup-go to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed May 15, 2023
1 parent aa99f50 commit 121efa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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)
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit 121efa4

Please sign in to comment.