Skip to content

Commit

Permalink
Update Go 1.20 in gsk-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nvthongswansea committed Jan 22, 2024
1 parent 6dc5f6a commit cf49b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gsk-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Go 1.19
- name: Set up Go 1.20
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.20

- name: Change directory to cluster-autoscaler and build binary
working-directory: ./cluster-autoscaler
Expand Down

0 comments on commit cf49b71

Please sign in to comment.