Browse Source

1.20 -> '1.20'

pull/1593/head
RPRX 2 years ago committed by GitHub
parent
commit
b57d3fa869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release.yml
  2. 2
      .github/workflows/test.yml

2
.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

2
.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

Loading…
Cancel
Save