Use go 1.20.6 (#309)

This commit is contained in:
mmetc
2023-07-19 15:27:43 +02:00
committed by GitHub
parent 9c497658af
commit b1938f0f19
4 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.5
go-version: 1.20.6
- name: Initialize CodeQL
uses: github/codeql-action/init@v2

View File

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

View File

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