Skip to content

Commit aba6d85

Browse files
authored
Merge pull request #705 from deniszh/dzhdanov/fix
Fixing strange govulncheck error
2 parents d566aae + bfacc06 commit aba6d85

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
branches: [ master ]
88

99
jobs:
10-
1110
tests:
1211
name: Test code
1312
runs-on: ubuntu-latest
@@ -34,6 +33,9 @@ jobs:
3433
- name: Check out code into the Go module directory
3534
uses: actions/checkout@v4
3635

36+
- name: Ensure go.sum exists
37+
run: go mod tidy
38+
3739
- name: Checkout to the latest tag
3840
run: |
3941
# Fetch all tags
@@ -88,5 +90,4 @@ jobs:
8890
if: ${{ github.event_name == 'push' && matrix.go == '1.24.x' }} # only when built from master with latest stable go
8991
run: make DEVEL=1 packagecloud-autobuilds
9092
env:
91-
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
92-
93+
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}

0 commit comments

Comments
 (0)