diff --git a/.github/workflows/gomod-go-version-updater.yml b/.github/workflows/gomod-go-version-updater.yml new file mode 100644 index 00000000..138f33c2 --- /dev/null +++ b/.github/workflows/gomod-go-version-updater.yml @@ -0,0 +1,11 @@ +--- +name: gomod-go-version-updater-action +'on': push +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@2-action diff --git a/README.md b/README.md index a60f86b5..df4c3261 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)