We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1886e commit 0ff7dbcCopy full SHA for 0ff7dbc
.github/workflows/e2e_tests.yaml
@@ -68,7 +68,7 @@ jobs:
68
- name: Set Go
69
uses: actions/setup-go@v3
70
with:
71
- go-version: v1.19
+ go-version: v1.20
72
73
- name: Set up gotestfmt
74
uses: gotesttools/gotestfmt-action@v2
go.mod
@@ -1,6 +1,6 @@
1
module github.com/project-codeflare/codeflare-sdk
2
3
-go 1.19
+go 1.20
4
5
require (
6
github.com/onsi/gomega v1.27.10
0 commit comments