Use go 1.20.5 (#298)

This commit is contained in:
mmetc
2023-06-12 11:41:35 +02:00
committed by GitHub
parent c43e65aefc
commit e427ca2849
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.4
go-version: 1.20.5
- name: Build all versions
run: |

View File

@@ -24,7 +24,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.4
go-version: 1.20.5
- name: Build
run: |

View File

@@ -24,7 +24,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.4
go-version: 1.20.5
- name: Cache virtualenvs
id: cache-pipenv