Skip to content

Commit fae07db

Browse files
authored
Update build.yaml (#40)
remove pinning on patch releases <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Upgraded underlying automation tools used for building and quality analysis to their latest versions, ensuring a more robust and maintainable process without altering user-facing functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 71d039a commit fae07db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
os: [ubuntu-latest, macos-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:
17-
- uses: actions/checkout@v4.2.2
17+
- uses: actions/checkout@v4
1818
- uses: actions/setup-go@v5
1919
with:
2020
go-version: ${{ matrix.go-version }}
2121
- name: Build
2222
run: go build -v ./...
2323
- name: Test
2424
run: go test -race -cover -covermode=atomic -coverprofile=coverage.out ./...
25-
- uses: codecov/codecov-action@v5.3.1
25+
- uses: codecov/codecov-action@v5
2626
with:
2727
file: ./coverage.out
2828
verbose: true

0 commit comments

Comments
 (0)