about summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2023-04-02 09:56:41 -0700
committerGitHub <noreply@github.com>2023-04-02 09:56:41 -0700
commit14965d4d97aa51e189d06e8f3aebac6cbed49e82 (patch)
tree10ef68acfe5424a56ec69265b551b500e9faf53a /.github/workflows
parenta0435cf3d4a9af7a7dc695e378f4b2844a6e46cb (diff)
downloadvoidsky-14965d4d97aa51e189d06e8f3aebac6cbed49e82.tar.zst
ci: golang version as string, not number (#361)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/golang-test-lint.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/golang-test-lint.yml b/.github/workflows/golang-test-lint.yml
index 39850ced4..096d1b933 100644
--- a/.github/workflows/golang-test-lint.yml
+++ b/.github/workflows/golang-test-lint.yml
@@ -19,7 +19,7 @@ jobs:
       - name: Set up Go tooling
         uses: actions/setup-go@v3
         with:
-          go-version: 1.20
+          go-version: '1.20'
       - name: Dummy JS File
         run: touch bskyweb/static/js/blah.js
       - name: Check
@@ -36,7 +36,7 @@ jobs:
       - name: Set up Go tooling
         uses: actions/setup-go@v3
         with:
-          go-version: 1.20
+          go-version: '1.20'
       - name: Dummy JS File
         run: touch bskyweb/static/js/blah.js
       - name: Lint