diff options
author | HimbeerserverDE <52707839+HimbeerserverDE@users.noreply.github.com> | 2022-05-15 14:45:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-15 14:45:51 +0200 |
commit | 515065b844a675018af1f193004119257d5d9c2a (patch) | |
tree | 580ef0c2e9c7b489b182797305fb82421fda6d92 /.github | |
parent | e5e7a9ab2cfc8efb012d94d148ea3d7432c25062 (diff) |
Create upgrade_proxy.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/upgrade_proxy.yml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.github/workflows/upgrade_proxy.yml b/.github/workflows/upgrade_proxy.yml new file mode 100644 index 0000000..d8578ed --- /dev/null +++ b/.github/workflows/upgrade_proxy.yml @@ -0,0 +1,26 @@ +name: upgrade-proxy + +on: + schedule: + - cron: "15 * * * *" + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + + - name: Set up Go + uses: actions/setup-go@v3 + with: + go-version: 1.18 + + - name: Upgrade + run: go get -u github.com/HimbeerserverDE/mt-multiserver-proxy + + - uses: evantorrie/mott-the-tidier@v1-beta + with: + gomods: | + **/go.mod + -tools/go.mod |