Skip to content

Commit

Permalink
fix: [#535] Go mod updater go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Mar 11, 2024
1 parent 18860af commit dc04339
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: Golang
'on': push
name: golang
'on':
push:
workflow_dispatch: # required by gomod-go-version-updater to trigger this action

Check warning on line 5 in .github/workflows/golang.yml

View workflow job for this annotation

GitHub Actions / yamllint

5:22 [comments] too few spaces before comment

Check failure on line 5 in .github/workflows/golang.yml

View workflow job for this annotation

GitHub Actions / yamllint

5:81 [line-length] line too long (82 > 80 characters)
jobs:
mcvs-golang-action:
runs-on: ubuntu-20.04
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/gomod-go-version-updater.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: gomod-go-version-updater-action
'on':
schedule:
- cron: '42 6 * * *'
'on': push
permissions:
actions: write
contents: write
pull-requests: write
jobs:
#
gomod-go-version-updater-action:
runs-on: ubuntu-22.04
steps:
- uses: 030/gomod-go-version-updater-action@v0.1.0
- uses: 030/gomod-go-version-updater-action@16-go-mod-tidy

0 comments on commit dc04339

Please sign in to comment.