Skip to content

Commit 0ff7dbc

Browse files
ChristianZaccariaastefanutti
authored andcommitted
Upgrade to go1.20
1 parent 1f1886e commit 0ff7dbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Set Go
6969
uses: actions/setup-go@v3
7070
with:
71-
go-version: v1.19
71+
go-version: v1.20
7272

7373
- name: Set up gotestfmt
7474
uses: gotesttools/gotestfmt-action@v2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/project-codeflare/codeflare-sdk
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/onsi/gomega v1.27.10

0 commit comments

Comments
 (0)