Skip to content

Commit

Permalink
poddefaults: Bump golang to 1.20 (kubeflow#7338)
Browse files Browse the repository at this point in the history
Signed-off-by: Kimonas Sotirchos <kimwnasptd@gmail.com>
  • Loading branch information
kimwnasptd authored Oct 13, 2023
1 parent 8558fd2 commit 1a494d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/poddefaults_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.17'
go-version: '1.20'
check-latest: true

- name: Run unit tests
run: |
cd components/admission-webhook
make test
make test
2 changes: 1 addition & 1 deletion components/admission-webhook/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kubeflow/kubeflow/components/admission-webhook

go 1.17
go 1.20

require (
github.com/mattbaird/jsonpatch v0.0.0-20171005235357-81af80346b1a
Expand Down

0 comments on commit 1a494d4

Please sign in to comment.