Skip to content
This repository was archived by the owner on Jun 1, 2026. It is now read-only.

Commit 896172e

Browse files
committed
chore: fix packr
1 parent 375b5e5 commit 896172e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
4949

5050
- name: Install Packr2
51-
run: go get github.com/gobuffalo/packr/v2/packr2@v2.6.0
51+
run: go install github.com/gobuffalo/packr/v2@v2.8.3
5252

5353
- name: Install UPX
5454
run: |

0 commit comments

Comments
 (0)