Upgrade to go 1.19 (#2191)

* Upgrade to go 1.19

* fmt
This commit is contained in:
Ori Newman
2023-02-27 10:03:11 +02:00
committed by GitHub
parent 377d9aaaeb
commit 27fdbd9c88
37 changed files with 178 additions and 157 deletions

View File

@@ -33,7 +33,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.19
# Source: https://github.com/actions/cache/blob/main/examples.md#go---modules
@@ -58,7 +58,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.19
- name: Checkout
uses: actions/checkout@v2
@@ -86,7 +86,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.19
- name: Delete the stability tests from coverage
run: rm -r stability-tests