Skip to content

Commit

Permalink
downgrade action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin8105 committed May 29, 2024
1 parent d04fbc6 commit 0358a12
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@v2
with:
go-version: 1.22.3

Expand Down Expand Up @@ -51,7 +51,6 @@ jobs:
go get -u github.com/wadey/gocovmerge
go get -u github.com/Konstantin8105/cs
go get -u golang.org/x/sys/unix
# go test -run=TestIntegrationScripts/tests/ctype.c -coverprofile=coverage.txt -covermode=atomic
TRAVIS=true ./scripts/test.sh
- name: Upload coverage to Codecov
Expand All @@ -60,4 +59,3 @@ jobs:
token: ${{ secrets.CODECOV_ORG_TOKEN }}
verbose: true # optional (default = false)
file: coverage.txt
run: include_cov=coverage.txt bash <(curl -s https://codecov.io/bash)

0 comments on commit 0358a12

Please sign in to comment.