From 667ae0c1252ca4d6acecdd87fcfa2e940465e524 Mon Sep 17 00:00:00 2001 From: John Boyes Date: Tue, 11 Aug 2020 22:14:36 +0700 Subject: [PATCH] Use Dependabot to notify about Go version updates (#29) --- .github/workflows/dependabot_hack.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependabot_hack.yml b/.github/workflows/dependabot_hack.yml index b53c885..4e14e0b 100644 --- a/.github/workflows/dependabot_hack.yml +++ b/.github/workflows/dependabot_hack.yml @@ -13,3 +13,4 @@ jobs: steps: - uses: agilepathway/label-checker@v1.0.8 - uses: koalaman/shellcheck@v0.7.0 + - uses: golang/go@go1.14.6