1.20 -> '1.20'

This commit is contained in:
RPRX 2023-02-02 06:26:07 +00:00 committed by GitHub
parent 53833c2323
commit b57d3fa869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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