Bump to Go 1.21 in tests in relase

This commit is contained in:
Christoph Petrausch
2023-12-14 23:09:17 +01:00
committed by GitHub
parent eaaecc2d81
commit 592cb840d9
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.21.x
- name: Test
run: go test -cover ./...
- name: Vet

View File

@@ -45,7 +45,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.21.x
- name: Test
run: go test -cover ./...
- name: Vet