Skip to content

Commit 5dc5c16

Browse files
David Prodingerfionera
authored andcommitted
test: checkout code first, to use the go.mod file
1 parent 1368f37 commit 5dc5c16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
arch: [ amd64, arm64 ]
1616
runs-on: ubuntu-24.04
1717
steps:
18+
- uses: actions/checkout@v4
19+
1820
- name: Set up Go
1921
uses: actions/setup-go@v5
2022
with:
@@ -42,8 +44,6 @@ jobs:
4244
echo "PACKAGE_VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
4345
fi
4446
45-
- uses: actions/checkout@v4
46-
4747
- name: Install dependencies
4848
run: |
4949
sudo apt update && sudo apt -y install make pkg-config rubygems && sudo gem install fpm

0 commit comments

Comments
 (0)