Skip to content

Commit

Permalink
Update go_build.yml
Browse files Browse the repository at this point in the history
Update action versions
  • Loading branch information
joekir authored Oct 26, 2024
1 parent 187136a commit 8cc52a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.18
- name: Build
run: go build -v ./...
- name: Test (with coverage file)
run: go test -v -race -coverprofile=coverage.out ./...
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3

0 comments on commit 8cc52a4

Please sign in to comment.