Browse Source

1.20 -> '1.20'

RPRX 2 years ago
parent
commit
b57d3fa869
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/release.yml
  2. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/release.yml

@@ -123,7 +123,7 @@ jobs:
       - name: Set up Go
         uses: actions/setup-go@v3
         with:
-          go-version: 1.20
+          go-version: '1.20'
           check-latest: true
 
       - name: Get project dependencies

+ 1 - 1
.github/workflows/test.yml

@@ -30,7 +30,7 @@ jobs:
       - name: Set up Go
         uses: actions/setup-go@v3
         with:
-          go-version: 1.20
+          go-version: '1.20'
           check-latest: true
       - name: Checkout codebase
         uses: actions/checkout@v3