diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-11-08 07:58:27 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-11-08 07:58:27 -0500 |
| commit | 8e365583b1dcdf28dd081aed359180e72ee3acc1 (patch) | |
| tree | 55a8141ff09e0addf3c0c9d5061bb883bc22a0a6 /.github/workflows/dependabot.yml | |
| parent | 07add7886efbc4c07fcedc952f3b7a62102f2d08 (diff) | |
| download | x-8e365583b1dcdf28dd081aed359180e72ee3acc1.tar.xz x-8e365583b1dcdf28dd081aed359180e72ee3acc1.zip | |
hardcode go 1.21
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows/dependabot.yml')
| -rw-r--r-- | .github/workflows/dependabot.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index c668126..3bd4922 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -22,6 +22,7 @@ jobs: # (e.g. actions/setup-node@2) - uses: actions/setup-go@v4 with: + go-version: "1.21" check-latest: true - name: Bump Go mod run: ./bumperate.sh |
