Skip to content

Commit

Permalink
Makefile: Update the go version for update-go-version script
Browse files Browse the repository at this point in the history
This PR update the go version to 1.20 and run `make update-go-version`
  • Loading branch information
praveenkumar committed May 7, 2024
1 parent 0831c96 commit 7cd2eac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
- name: Set microshift preset as part of config
run: crc config set preset microshift
- name: Run crc setup command
run: crc setup
run: crc setup
4 changes: 1 addition & 3 deletions .github/workflows/test-okd-bundle.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test OKD bundle
on:
push:
branches: [ main ]
branches: [main]
pull_request: {}
jobs:
build:
Expand All @@ -28,7 +28,6 @@ jobs:
run: |
make cross
sudo cp out/linux-amd64/crc /usr/local/bin/crc
- name: Install required virtualization software
run: |
sudo apt-get update
Expand All @@ -46,7 +45,6 @@ jobs:
sudo swapoff -a
sudo rm -f /mnt/swapfile
- name: Set the crc config
run: |
crc config set preset okd
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ endif

.PHONY: update-go-version
update-go-version:
./update-go-version.sh 1.17
./update-go-version.sh 1.20

.PHONY: goversioncheck
goversioncheck:
Expand Down

0 comments on commit 7cd2eac

Please sign in to comment.