We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9668be commit bbdea84Copy full SHA for bbdea84
.github/workflows/ci-gomod-auto-upgrade.yaml
@@ -0,0 +1,15 @@
1
+name: "Go version auto upgrade"
2
+on:
3
+ schedule:
4
+ - cron: "00 7 * * *" # Every day at 07:00 UTC
5
+ workflow_dispatch:
6
+permissions:
7
+ contents: read
8
+jobs:
9
+ gomod-go-version-updater-action:
10
+ permissions:
11
+ contents: write
12
+ pull-requests: write
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: 030/gomod-go-version-updater-action@7de28fa4093a877ba8924f7901e6c7b6e5dd3954 # v0.3.3
0 commit comments