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 fc1de4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/golang.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: Golang
'on': push
'on':
push:
workflow_dispatch:
jobs:
mcvs-golang-action:
runs-on: ubuntu-20.04
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/gomod-go-version-updater.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
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 fc1de4e

Please sign in to comment.