From 3399ffcb4a7657bef1f164dd46a5b7e1caab6329 Mon Sep 17 00:00:00 2001 From: 030 Date: Sat, 9 Mar 2024 23:50:02 +0100 Subject: [PATCH] build(deps): [#524] Update go version in go.mod --- .github/workflows/gomod-go-version-updater.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/gomod-go-version-updater.yml 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