use go 1.21.6 (#357)

This commit is contained in:
mmetc
2024-01-19 15:58:52 +01:00
committed by GitHub
parent eb7094b1f9
commit e5b565f5db
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.21.5
go-version: 1.21.6
- name: Build all platforms
run: |

View File

@@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.5
go-version: 1.21.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.21.5
go-version: 1.21.6
- name: Build
run: |

View File

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