Skip to content

Commit

Permalink
Upgrade to go1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianZaccaria authored and astefanutti committed Jan 10, 2024
1 parent 1f1886e commit 0ff7dbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Set Go
uses: actions/setup-go@v3
with:
go-version: v1.19
go-version: v1.20

- name: Set up gotestfmt
uses: gotesttools/gotestfmt-action@v2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/project-codeflare/codeflare-sdk

go 1.19
go 1.20

require (
github.com/onsi/gomega v1.27.10
Expand Down

0 comments on commit 0ff7dbc

Please sign in to comment.