From 14965d4d97aa51e189d06e8f3aebac6cbed49e82 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 2 Apr 2023 09:56:41 -0700 Subject: [PATCH] ci: golang version as string, not number (#361) --- .github/workflows/golang-test-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golang-test-lint.yml b/.github/workflows/golang-test-lint.yml index 39850ced..096d1b93 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