diff --git a/.github/workflows/gomod-go-version-updater.yml b/.github/workflows/gomod-go-version-updater.yml new file mode 100644 index 00000000..f0e00a2d --- /dev/null +++ b/.github/workflows/gomod-go-version-updater.yml @@ -0,0 +1,13 @@ +--- +name: gomod-go-version-updater-action +'on': + schedule: + - cron: '42 6 * * *' +permissions: + 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 diff --git a/README.md b/README.md index a60f86b5..9c9a5649 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # N3DR +## SNAP STABLE WILL BE UPDATED TO N3DR 7 SOON + [![CI](https://github.com/030/n3dr/workflows/Go/badge.svg?event=push)](https://github.com/030/n3dr/actions?query=workflow%3AGo) [![GoDoc Widget]][godoc] ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/030/n3dr?logo=go)