Skip to content

Commit

Permalink
update version of runners, change goveralls install
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Mar 15, 2024
1 parent 409fb92 commit bf5dd43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:

steps:
- name: set up go 1.22
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "1.22"
id: go

- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: build and test
run: |
Expand All @@ -39,7 +39,7 @@ jobs:

- name: install goveralls
run: |
GO111MODULE=off go get -u github.com/mattn/goveralls
go install github.com/mattn/goveralls@latest
- name: submit coverage
run: $(go env GOPATH)/bin/goveralls -service="github" -coverprofile=$GITHUB_WORKSPACE/profile.cov
Expand Down

0 comments on commit bf5dd43

Please sign in to comment.