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 ee7d52f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: Golang
'on': push
name: golang
'on':
push:
# required by gomod-go-version-updater to trigger this action
workflow_dispatch:
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 ee7d52f

Please sign in to comment.