From 80116cfa523d6caae9091db9212b1819ae1f1782 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 13 May 2026 03:57:14 +1000 Subject: [PATCH] updated ci action to go ver 6 and added .key to gitignore --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2e3c78..1b86f8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: go.mod