Skip to content

Commit

Permalink
ci: bump golang version 1.17->1.20 (#7348)
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Oct 16, 2023
1 parent f6ca7f8 commit 44e598c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notebook_controller_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/notebook-controller
make test
make test

0 comments on commit 44e598c

Please sign in to comment.