Skip to content

Commit

Permalink
Update default.pgo
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Rabot <[email protected]>
  • Loading branch information
sylr committed Jul 15, 2024
1 parent 0289daa commit 9596a07
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pgo filter=lfs diff=lfs merge=lfs -text
5 changes: 3 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
fetch-depth: 0
filter: tree:0
lfs: true

- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
id: go

- name: Test
run: make test
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
filter: tree:0
lfs: true

- name: Set up Go
uses: actions/setup-go@v4
Expand Down
Binary file modified default.pgo
Binary file not shown.

0 comments on commit 9596a07

Please sign in to comment.